Skip to content

Running python setup.py build #2

Description

@Croustipate

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 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions