<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<br><br>I have installed SIP successfully, but configure of PyQt4 fails:<br><br><div>PyQt-mac-gpl-4.7.4</div><div><br># python configure.py <br>Determining the layout of your Qt installation...<br>This is the GPL version of PyQt 4.7.4 (licensed under the GNU General Public<br>License) for Python 2.6.1 on darwin.<br><br>Type '2' to view the GPL v2 license.<br>Type '3' to view the GPL v3 license.<br>Type 'yes' to accept the terms of the license.<br>Type 'no' to decline the terms of the license.<br><br>Do you accept the terms of the license? yes<br>Checking to see if the QtGui module should be built...<br>An internal error occured.  Please report all the output from the program,<br>including the following traceback, to <a href="mailto:support@riverbankcomputing.com">support@riverbankcomputing.com</a>.<br>Traceback (most recent call last):<br> File "configure.py", line 2138, in <module><br>   main()<br> File "configure.py", line 2088, in main<br>   pyqt.check_modules()<br> File "configure.py", line 352, in check_modules<br>   check_module("QtGui", "qwidget.h", "new QWidget()")<br> File "configure.py", line 1344, in check_module<br>   if check_api(incfile, test, mname, extra_include_dirs=extra_include_dirs, extra_lib_dirs=extra_lib_dirs, extra_libs=extra_libs):<br> File "configure.py", line 1376, in check_api<br>   extra_lib_dirs=extra_lib_dirs, extra_libs=extra_libs)<br> File "configure.py", line 1189, in compile_qt_program<br>   exe, build = makefile.build_command(name)<br> File "/Library/Python/2.6/site-packages/sipconfig.py", line 1820, in build_command<br>   build.append(self.required_string("CXX"))<br> File "/Library/Python/2.6/site-packages/sipconfig.py", line 914, in required_string<br>   raise ValueError("\"%s\" must have a non-empty value" % name)<br>ValueError: "CXX" must have a non-empty value<br><br>Additonaly:<br># qmake -v<br>QMake version 2.01a<br>Using Qt version 4.6.3 in /Library/Frameworks<br><br>Any Qt programs can be built without any problem<div><br></div><div>ps: update of SIP to new one 4.10.4 did not help.</div><div><br></div><div>Any clue?</div></div></body></html>