Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to compile the Quillpad Model loader #10

Open
rao10 opened this issue Dec 25, 2018 · 0 comments
Open

Not able to compile the Quillpad Model loader #10

rao10 opened this issue Dec 25, 2018 · 0 comments

Comments

@rao10
Copy link

rao10 commented Dec 25, 2018

I was trying to install quillpad on my windows 10 machine as quillpad is getting closed on their website. I have windows 10, python 3.7. I also downloaded Visual studio 2017 with native drivers. when I run I get this error.

QuillCNCart.c
QuillCNCart.c(12): warning C4047: 'initializing': 'Py_ssize_t' differs in levels of indirection from 'char [16]'
QuillCNCart.c(104): warning C4013: 'PyInt_FromLong' undefined; assuming extern returning int
QuillCNCart.c(104): warning C4047: 'function': 'PyObject *' differs in levels of indirection from 'int'
QuillCNCart.c(104): warning C4024: 'PyDict_SetItemString': different types for formal and actual parameter 3
QuillCNCart.c(107): warning C4013: 'PyInt_AsLong' undefined; assuming extern returning int
QuillCNCart.c(108): warning C4047: 'function': 'PyObject *' differs in levels of indirection from 'int'
QuillCNCart.c(108): warning C4024: 'PyDict_SetItemString': different types for formal and actual parameter 3
QuillCNCart.c(156): warning C4047: 'function': 'PyObject *' differs in levels of indirection from 'int'
QuillCNCart.c(156): warning C4024: 'PyList_Append': different types for formal and actual parameter 2
QuillCNCart.c(229): error C2039: 'ob_type': is not a member of 'QuillCKnowledge'
QuillCNCart.c(4): note: see declaration of 'QuillCKnowledge'
QuillCNCart.c(247): warning C4013: 'Py_InitModule' undefined; assuming extern returning int
QuillCNCart.c(250): warning C4033: 'initQuillCCart' must return a value
QuillCNCart.c(247): warning C4047: 'initializing': 'PyObject *' differs in levels of indirection from 'int'
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86_\x64\cl.exe' failed with exit status 2_

Appreciate any help in resolving this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant