Hello, i have the following issue while trying to configure :
python setup.py build
running build
running build_ext
building 'tivsmapi' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/opt/tivoli/tsm/client/api/bin64/sample -I/usr/include/python2.7 -c src/main.c -o build/temp.linux-x86_64-2.7/src/main.o
In file included from src/wrapper.h:12:0,
from src/main.c:3:
src/generators.h:30:44: error: unknown type name ‘dsmAppVersion’
void pyDictToDsmAppVersion(PyObject* dict, dsmAppVersion* app);
^~~~~~~~~~~~~
error: command 'gcc' failed with exit status 1
It seems that dsmAppVersion went wrong. What the program is supposed to have ?
Thanks !
Hello, i have the following issue while trying to configure :
python setup.py build
running build
running build_ext
building 'tivsmapi' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/opt/tivoli/tsm/client/api/bin64/sample -I/usr/include/python2.7 -c src/main.c -o build/temp.linux-x86_64-2.7/src/main.o
In file included from src/wrapper.h:12:0,
from src/main.c:3:
src/generators.h:30:44: error: unknown type name ‘dsmAppVersion’
void pyDictToDsmAppVersion(PyObject* dict, dsmAppVersion* app);
^~~~~~~~~~~~~
error: command 'gcc' failed with exit status 1
It seems that dsmAppVersion went wrong. What the program is supposed to have ?
Thanks !