में पायथन एम्बेड करना मैं एक क्यूटी 5 एप्लिकेशन में पाइथन दुभाषिया को एम्बेड करना चाहता हूं।क्यूटी 5
मैं क्यूटी 5 में काम कर रहे आवेदन किया है लेकिन जब मैं
../sample/python3.3m/object.h:432:23: error: expected member name or ';' after declaration specifiers
PyType_Slot *slots; /* terminated by slot==0. */
~~~~~~~~~~~ ^
साथ शीर्ष पर
#include <Python.h>
डाल (क्यूटी हेडर के नीचे) संकलन टूट जाता है जब मैं क्यूटी ऊपर अजगर हैडर डाल हेडर यह
In file included from ../Qt5.0.1/5.0.1/clang_64/include/QtGui/QtGui:59:
../Qt5.0.1/5.0.1/clang_64/include/QtGui/qpagedpaintdevice.h:63:57: error: expected '}'
A0, A1, A2, A3, A5, A6, A7, A8, A9, B0, B1,
^
/usr/include/sys/termios.h:293:12: note: expanded from macro 'B0'
#define B0 0
^
../Qt5.0.1/5.0.1/clang_64/include/QtGui/qpagedpaintdevice.h:62:19: note: to match this '{'
enum PageSize { A4, B5, Letter, Legal, Executive,
^
1 error generated.
कृपया, क्या कोई जानता है कि ऐसा क्यों होता है? मैं हो सकता था क्योंकि क्यूटी और पायथन कुछ सामान्य शब्दों को परिभाषित करते हैं? मैं इसमें क्या कर सकता हूँ?