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

Dtool_SequenceWrapper compile error #206

Closed
theclashingfritz opened this issue Nov 29, 2017 · 4 comments
Closed

Dtool_SequenceWrapper compile error #206

theclashingfritz opened this issue Nov 29, 2017 · 4 comments

Comments

@theclashingfritz
Copy link

theclashingfritz commented Nov 29, 2017

I get this error on the latest commit building statically. From the looks of it, Interrogate does not generate proper wrappers in some fashion.

built/tmp/libp3dtoolbase_igate.cxx(1115) : error C2039: '_setitem_func' : is not
a member of 'Dtool_SequenceWrapper'
c:\users\theclashingfritz\documents\tticodedumper\panda3d\built\include
py_wrappers.h(29) : see declaration of 'Dtool_SequenceWrapper'
built/tmp/libp3dtoolbase_igate.cxx(1169) : error C2039: '_setitem_func' : is not
a member of 'Dtool_SequenceWrapper'
c:\users\theclashingfritz\documents\tticodedumper\panda3d\built\include
py_wrappers.h(29) : see declaration of 'Dtool_SequenceWrapper'
built/tmp/libp3dtoolbase_igate.cxx(2225) : error C2039: '_setitem_func' : is not
a member of 'Dtool_SequenceWrapper'
c:\users\theclashingfritz\documents\tticodedumper\panda3d\built\include
py_wrappers.h(29) : see declaration of 'Dtool_SequenceWrapper'
built/tmp/libp3dtoolbase_igate.cxx(2287) : error C2039: '_setitem_func' : is not
a member of 'Dtool_SequenceWrapper'
c:\users\theclashingfritz\documents\tticodedumper\panda3d\built\include
py_wrappers.h(29) : see declaration of 'Dtool_SequenceWrapper'

@rdb
Copy link
Member

rdb commented Nov 29, 2017

Are you sure the version of interrogate.exe that's being used is the one that produced the build?

@theclashingfritz
Copy link
Author

Yes, There is no other interrogate for it to use

@theclashingfritz
Copy link
Author

However i will check and see if it's pulling from some temp folder that didn't get deleted or the like.

@theclashingfritz
Copy link
Author

Alright it was pulling a temp old version from the temp folder in AppData... How it found it there is beyond me but the issue is gone.

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

2 participants