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

cross compile error #117

Open
svolpe opened this issue Oct 9, 2012 · 0 comments
Open

cross compile error #117

svolpe opened this issue Oct 9, 2012 · 0 comments

Comments

@svolpe
Copy link

svolpe commented Oct 9, 2012

I'm getting the following error when cross compiling pyside:

git/PySide/QtGui/PySide/QtGui/qapplication_wrapper.cpp:1894:46: error: no matching function for call to 'QApplication::setArgs(int&, char_&)'
no known conversion for argument 2 from 'char_' to 'char**'

I've looked at qapplication_wrapper.cpp and it is passing a char* to setArgs which is expecting a char**. Why was qapplication_wrapper.cpp generated with the wrong pointer usage?
What generates qapplication_wrapper.cpp
and where should I start looking for the source of this issue?

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