Hello
I am trying to install sfepy package following the instructions in the documentation. The part I am referring to is "
Windows Using Python(x,y)". I managed to have Python(x,y), pyparsing, umfpackpy installed. But msysgit exists no more, it is now called "Git for windows". (I installed Git-2.5.1-64-bit.exe)
Error comes when I compile the sfepy C extensions with command in gitbash: python setup.py build_ext --inplace --compiler=mingw32
error: Unable to find vcvarsall.bat
I tried also: python setup.py build_ext --inplace --compiler=mingw64. The error is the same.
Could someone help me with this problem? Thanks a lot
Yong
Here is the complete report from gitbash after I compile C extensions.
$ python setup.py build_ext --inplace --compiler=mingw32
igakit was not found: some tests are going to fail!; you may get run-time errors
running build_ext
running build_src
build_src
building library "sfepy_common" sources
building library "sfepy_terms" sources
building extension "sfepy.discrete.fem.extmods._
fmfield" sources
cythonc:> sfepy\discrete\fem\extmods\_fmfield.c
building extension "sfepy.discrete.fem.extmods.mappings" sources
cythonc:> sfepy\discrete\fem\extmods\mappings.c
building extension "sfepy.discrete.fem.extmods.assemble" sources
cythonc:> sfepy\discrete\fem\extmods\assemble.c
warning: sfepy\discrete\fem\extmods\_fmfield.pyx:6:31: Buffer unpacking not optimized away.
warning: sfepy\discrete\fem\extmods\_fmfield.pyx:6:31: Buffer unpacking not optimized away.
warning: sfepy\discrete\fem\extmods\_fmfield.pyx:19:31: Buffer unpacking not optimized away.
warning: sfepy\discrete\fem\extmods\_fmfield.pyx:19:31: Buffer unpacking not optimized away.
warning: sfepy\discrete\fem\extmods\_fmfield.pyx:32:31: Buffer unpacking not optimized away.
warning: sfepy\discrete\fem\extmods\_fmfield.pyx:32:31: Buffer unpacking not optimized away.
warning: sfepy\discrete\fem\extmods\_fmfield.pyx:45:31: Buffer unpacking not optimized away.
warning: sfepy\discrete\fem\extmods\_fmfield.pyx:45:31: Buffer unpacking not optimized away.
warning: sfepy\discrete\fem\extmods\_fmfield.pyx:58:28: Buffer unpacking not optimized away.
warning: sfepy\discrete\fem\extmods\_fmfield.pyx:58:28: Buffer unpacking not optimized away.
warning: sfepy\discrete\fem\extmods\_fmfield.pyx:66:28: Buffer unpacking not optimized away.
warning: sfepy\discrete\fem\extmods\_fmfield.pyx:66:28: Buffer unpacking not optimized away.
warning: sfepy\discrete\fem\extmods\_fmfield.pyx:73:29: Buffer unpacking not optimized away.
warning: sfepy\discrete\fem\extmods\_fmfield.pyx:73:29: Buffer unpacking not optimized away.
warning: sfepy\discrete\fem\extmods\_fmfield.pyx:81:29: Buffer unpacking not optimized away.
warning: sfepy\discrete\fem\extmods\_fmfield.pyx:81:29: Buffer unpacking not optimized away.
warning: sfepy\discrete\fem\extmods\mappings.pxd:66:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\mappings.pxd:66:29: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\mappings.pxd:66:38: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\mappings.pxd:66:50: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\mappings.pxd:66:62: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\mappings.pyx:81:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\mappings.pyx:81:37: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\mappings.pyx:81:50: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\mappings.pyx:111:25: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\mappings.pyx:111:34: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\mappings.pyx:200:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\mappings.pyx:200:39: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\assemble.pyx:23:15: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\assemble.pyx:23:24: Non-trivial type declaratorsbuilding extension "sfepy.discrete.fem.extmods.bases" sources
cythonc:> sfepy\discrete\fem\extmods\bases.c
in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\assemble.pyx:26:17: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\assemble.pyx:26:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\assemble.pyx:58:15: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\assemble.pyx:58:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\assemble.pyx:61:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\assemble.pyx:61:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\assemble.pyx:94:15: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\assemble.pyx:94:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\assemble.pyx:94:41: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\assemble.pyx:94:53: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\assemble.pyx:99:17: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\assemble.pyx:99:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\assemble.pyx:151:15: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\assemble.pyx:151:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\assemble.pyx:151:41: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\assemble.pyx:151:53: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\assemble.pyx:156:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\assemble.pyx:156:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:81:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:81:31: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:81:42: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:128:21: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:128:29: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:128:40: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:128:51: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:196:21: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:196:29: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:196:40: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:196:51: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:196:63: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:255:15: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:255:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:259:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:259:36: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:260:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:260:36: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:260:43: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:260:54: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:260:65: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:260:72: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:262:17: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:262:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration shouldbuilding extension "sfepy.discrete.fem.extmods.cmesh" sources
cythonc:> sfepy\discrete\fem\extmods\cmesh.c
building extension "sfepy.discrete.fem.extmods.crefcoors" sources
cythonc:> sfepy\discrete\fem\extmods\crefcoors.c
building extension "sfepy.discrete.fem.extmods.lobatto_bases" sources
cythonc:> sfepy\discrete\fem\extmods\lobatto_bases.c
be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:262:44: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\bases.pyx:262:57: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\cmesh.pyx:179:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\cmesh.pyx:179:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\cmesh.pyx:310:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\cmesh.pyx:310:39: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\cmesh.pyx:552:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\cmesh.pyx:552:45: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\cmesh.pyx:755:15: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\cmesh.pyx:755:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\crefcoors.pyx:55:15: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\crefcoors.pyx:55:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\crefcoors.pyx:55:34: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\crefcoors.pyx:55:41: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\crefcoors.pyx:56:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\crefcoors.pyx:56:38: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\crefcoors.pyx:56:53: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\crefcoors.pyx:56:67: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\crefcoors.pyx:57:17: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\crefcoors.pyx:57:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\crefcoors.pyx:57:44: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sbuilding extension "sfepy.discrete.fem.extmods._geommech" sources
cythonc:> sfepy\discrete\fem\extmods\_geommech.c
building extension "sfepy.discrete.iga.extmods.igac" sources
cythonc:> sfepy\discrete\iga\extmods\igac.c
fepy\discrete\fem\extmods\lobatto_bases.pyx:35:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\lobatto_bases.pyx:35:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\lobatto_bases.pyx:60:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\lobatto_bases.pyx:60:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\_geommech.pyx:18:21: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\_geommech.pyx:18:29: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\_geommech.pyx:18:38: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:65:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:65:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:121:15: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:121:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:122:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:122:29: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:122:38: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:123:25: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:123:37: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:123:49: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:124:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:124:40: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:124:53: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:126:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:126:31: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:126:38: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:126:50: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:313:15: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:313:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:313:34: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:315:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:315:29: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:315:38: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:315:48: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:315:59: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:316:25: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:316:37: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:316:49: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:317:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:317:34: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:317:54: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:317:67: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:319:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:319:31: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:319:38: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:319:50: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:538:15: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:538:26: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:538:34: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:539:21: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:539:31: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:539:39: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:539:49: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:540:16: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:540:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:541:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:541:29: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:541:38: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:541:48: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:541:57: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:542:25: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:542:37: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:542:49: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:543:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:543:40: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:543:53: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:544:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmbuilding extension "sfepy.linalg.extmods.crcm" sources
cythonc:> sfepy\linalg\extmods\crcm.c
building extension "sfepy.terms.extmods.terms" sources
cythonc:> sfepy\terms\extmods\terms.c
ods\igac.pyx:544:35: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:546:19: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:546:31: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:546:38: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\iga\extmods\igac.pyx:546:50: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\linalg\extmods\crcm.pyx:29:15: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\linalg\extmods\crcm.pyx:29:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\linalg\extmods\crcm.pyx:29:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\linalg\extmods\crcm.pyx:60:15: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\linalg\extmods\crcm.pyx:60:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\linalg\extmods\crcm.pyx:60:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\linalg\extmods\crcm.pyx:60:43: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\mappings.pxd:66:20: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\mappings.pxd:66:29: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\mappings.pxd:66:38: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\mappings.pxd:66:50: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\discrete\fem\extmods\mappings.pxd:66:62: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:509:21: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:509:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:509:40: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:510:15: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:525:21: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:525:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:526:15: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:540:21: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:540:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:541:15: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:555:21: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:555:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:556:15: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:570:21: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:570:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:571:15: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:591:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:591:34: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:591:46: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:591:56: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:591:67: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:592:28: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:592:40: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:592:51: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:593:15: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:623:23: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
warning: sfepy\terms\extmods\terms.pyx:623:34: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Eac ...