Created
October 31, 2014 10:48
-
-
Save qknight/f981d10b902d8d0aa5aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 148 joachim@lenovo-t530 ~/Desktop/projects/nixos/nixpkgs (git)-[brickv-2.1.1] % nix-env -f $NIXPKGS --cores 16 -i python2.7-pyqwt-5.2.0 -K | |
| installing `python2.7-pyqwt-5.2.0' | |
| these derivations will be built: | |
| /nix/store/1170wjps3g9x9adyh3jv6rijxq561ix5-python2.7-pyqwt-5.2.0.drv | |
| building path(s) `/nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0' | |
| building /nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0 | |
| unpacking sources | |
| unpacking source archive /nix/store/q84n3bf8qmlis7p1k80h8wvigd7mcjv6-PyQwt-5.2.0.tar.gz | |
| source root is PyQwt-5.2.0 | |
| patching sources | |
| configuring | |
| size_t_check.cpp:3:6: error: prototype for 'void a::f(unsigned int)' does not match any in class 'a' | |
| void a::f(unsigned int) {}; | |
| ^ | |
| size_t_check.cpp:2:24: error: candidate is: void a::f(size_t) | |
| class a { public: void f(size_t); }; | |
| ^ | |
| size_t_check.cpp:3:6: error: prototype for 'void a::f(long long unsigned int)' does not match any in class 'a' | |
| void a::f(unsigned long long) {}; | |
| ^ | |
| size_t_check.cpp:2:24: error: candidate is: void a::f(size_t) | |
| class a { public: void f(size_t); }; | |
| ^ | |
| building qwt_version_info.o | |
| g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/linux-g++ -I. -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/src -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I. -o qwt_version_info.o qwt_version_info.cpp | |
| building qwt_version_info | |
| g++ -Wl,-O1 -Wl,-rpath,/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/lib -o qwt_version_info qwt_version_info.o -L/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/lib -lQtCore -L/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/lib -lpthread | |
| qwt_svg_check.cpp:1:30: fatal error: qwt_plot_svgitem.h: No such file or directory | |
| #include <qwt_plot_svgitem.h> | |
| ^ | |
| compilation terminated. | |
| sip: Deprecation warning: ../sip/iqt5qt4/IQtModule.sip:32: %Module version number should be specified using the 'version' argument | |
| sip: Deprecation warning: ../sip/qwt5qt4/QwtModule.sip:32: %Module version number should be specified using the 'version' argument | |
| Command line options: | |
| {'debug': False, | |
| 'disable_numarray': False, | |
| 'disable_numeric': False, | |
| 'disable_numpy': False, | |
| 'excluded_features': [], | |
| 'extra_cflags': [], | |
| 'extra_cxxflags': [], | |
| 'extra_defines': [], | |
| 'extra_include_dirs': ['/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt'], | |
| 'extra_lflags': [], | |
| 'extra_lib_dirs': [], | |
| 'extra_libs': [], | |
| 'jobs': '', | |
| 'module_install_path': '/nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0/lib/python2.7/site-packages/PyQt4/Qwt5', | |
| 'modules': [], | |
| 'qt': 4, | |
| 'qwt_sources': '/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1', | |
| 'sip_include_dirs': [], | |
| 'subdirs': [], | |
| 'timelines': [], | |
| 'trace': ''} | |
| Found SIP-4.14.7. | |
| Found 'posix' operating system: | |
| 2.7.8 (default, Oct 24 2014, 19:45:16) | |
| [GCC 4.8.3] | |
| Do not get upset by error messages in the next 3 compiler checks: | |
| Check if 'size_t' and 'unsigned int' are the same type: | |
| NO | |
| Check if 'size_t' and 'unsigned long' are the same type: | |
| YES | |
| Check if 'size_t' and 'unsigned long long' are the same type: | |
| NO | |
| Failed to import numarray: PyQwt will be build without support for numarray. | |
| Failed to find Numeric2: PyQwt will be build without support for Numeric. | |
| Failed to find NumPy: PyQwt will be build without support for NumPy. | |
| Found Qwt-5.2.1. | |
| Extended command line options: | |
| {'debug': False, | |
| 'disable_numarray': False, | |
| 'disable_numeric': False, | |
| 'disable_numpy': False, | |
| 'excluded_features': ['-x HAS_PYQT_031105', | |
| '-x HAS_NUMARRAY', | |
| '-x HAS_NUMERIC', | |
| '-x HAS_NUMPY', | |
| '-x HAS_QWT4', | |
| '-x HAS_QWT_SVG'], | |
| 'extra_cflags': [], | |
| 'extra_cxxflags': [], | |
| 'extra_defines': [], | |
| 'extra_include_dirs': ['/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt', | |
| '/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include'], | |
| 'extra_lflags': [], | |
| 'extra_lib_dirs': [], | |
| 'extra_libs': [], | |
| 'iqt': 'iqt5qt4', | |
| 'iqt_sipfile': '../sip/iqt5qt4/IQtModule.sip', | |
| 'jobs': '', | |
| 'module_install_path': '/nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0/lib/python2.7/site-packages/PyQt4/Qwt5', | |
| 'modules': ['iqt', 'Qwt5'], | |
| 'qt': 4, | |
| 'qwt': 'qwt5qt4', | |
| 'qwt_sipfile': '../sip/qwt5qt4/QwtModule.sip', | |
| 'qwt_sources': '/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1', | |
| 'sip_include_dirs': [], | |
| 'subdirs': ['iqt5qt4', 'qwt5qt4'], | |
| 'timelines': ['-t Qwt_5_2_0'], | |
| 'trace': ''} | |
| The following modules will be built: ['iqt', 'Qwt5']. | |
| Setup the PyQwt package build. | |
| sip invokation: | |
| '/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/bin/sip -b tmp-iqt5qt4/iqt5qt4.sbf -c tmp-iqt5qt4 ../sip/iqt5qt4/IQtModule.sip' | |
| Copy tmp-iqt5qt4/sip_iqtcmodule.cpp -> iqt5qt4/sip_iqtcmodule.cpp. | |
| Copy tmp-iqt5qt4/sipAPI_iqt.h -> iqt5qt4/sipAPI_iqt.h. | |
| Copy tmp-iqt5qt4/iqt5qt4.sbf -> iqt5qt4/iqt5qt4.sbf. | |
| 3 file(s) lazily copied. | |
| Setup the PyQwt package build. | |
| sip invokation: | |
| '/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/bin/sip -I /nix/store/lz6vi6ll8slci5adymvf8zlvi442rwnf-PyQt-x11-gpl-4.10.2/share/sip -b tmp-qwt5qt4/qwt5qt4.sbf -c tmp-qwt5qt4 -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_4 -x Py_v3 -g -x HAS_PYQT_031105 -x HAS_NUMARRAY -x HAS_NUMERIC -x HAS_NUMPY -x HAS_QWT4 -x HAS_QWT_SVG -t Qwt_5_2_0 ../sip/qwt5qt4/QwtModule.sip' | |
| Copy tmp-qwt5qt4/sipQwtQwtPlotZoomer.cpp -> qwt5qt4/sipQwtQwtPlotZoomer.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtScaleArithmetic.cpp -> qwt5qt4/sipQwtQwtScaleArithmetic.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtLegendItem.cpp -> qwt5qt4/sipQwtQwtLegendItem.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQVector0100QwtEventPatternMousePattern.cpp -> qwt5qt4/sipQwtQVector0100QwtEventPatternMousePattern.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQVector0100QwtEventPatternKeyPattern.cpp -> qwt5qt4/sipQwtQVector0100QwtEventPatternKeyPattern.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtCounter.cpp -> qwt5qt4/sipQwtQwtCounter.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQVector0100QwtDoubleInterval.cpp -> qwt5qt4/sipQwtQVector0100QwtDoubleInterval.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtAbstractScaleDraw.cpp -> qwt5qt4/sipQwtQwtAbstractScaleDraw.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtCompassWindArrow.cpp -> qwt5qt4/sipQwtQwtCompassWindArrow.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtSplineCurveFitter.cpp -> qwt5qt4/sipQwtQwtSplineCurveFitter.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtSymbol.cpp -> qwt5qt4/sipQwtQwtSymbol.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPlotMagnifier.cpp -> qwt5qt4/sipQwtQwtPlotMagnifier.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtDoubleRange.cpp -> qwt5qt4/sipQwtQwtDoubleRange.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtLinearColorMap.cpp -> qwt5qt4/sipQwtQwtLinearColorMap.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtIntervalData.cpp -> qwt5qt4/sipQwtQwtIntervalData.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPlotRasterItem.cpp -> qwt5qt4/sipQwtQwtPlotRasterItem.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPlotPrintFilter.cpp -> qwt5qt4/sipQwtQwtPlotPrintFilter.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtCompassMagnetNeedle.cpp -> qwt5qt4/sipQwtQwtCompassMagnetNeedle.cpp. | |
| Copy tmp-qwt5qt4/qwt_ndarray.cpp -> qwt5qt4/qwt_ndarray.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPickerClickRectMachine.cpp -> qwt5qt4/sipQwtQwtPickerClickRectMachine.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtData.cpp -> qwt5qt4/sipQwtQwtData.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtValueList.cpp -> qwt5qt4/sipQwtQwtValueList.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPlotPanner.cpp -> qwt5qt4/sipQwtQwtPlotPanner.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPickerMachine.cpp -> qwt5qt4/sipQwtQwtPickerMachine.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtRoundScaleDraw.cpp -> qwt5qt4/sipQwtQwtRoundScaleDraw.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtRichTextEngine.cpp -> qwt5qt4/sipQwtQwtRichTextEngine.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtWheel.cpp -> qwt5qt4/sipQwtQwtWheel.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtArrayQwtDoubleInterval.cpp -> qwt5qt4/sipQwtQwtArrayQwtDoubleInterval.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPlotDict.cpp -> qwt5qt4/sipQwtQwtPlotDict.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtText.cpp -> qwt5qt4/sipQwtQwtText.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPlot.cpp -> qwt5qt4/sipQwtQwtPlot.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtLog10ScaleEngine.cpp -> qwt5qt4/sipQwtQwtLog10ScaleEngine.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtDialNeedle.cpp -> qwt5qt4/sipQwtQwtDialNeedle.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPanner.cpp -> qwt5qt4/sipQwtQwtPanner.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtDynGridLayout.cpp -> qwt5qt4/sipQwtQwtDynGridLayout.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPlotScaleItem.cpp -> qwt5qt4/sipQwtQwtPlotScaleItem.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQList0100QRect.cpp -> qwt5qt4/sipQwtQList0100QRect.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPickerClickPointMachine.cpp -> qwt5qt4/sipQwtQwtPickerClickPointMachine.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPlotRescaler.cpp -> qwt5qt4/sipQwtQwtPlotRescaler.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtAbstractSlider.cpp -> qwt5qt4/sipQwtQwtAbstractSlider.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPickerDragRectMachine.cpp -> qwt5qt4/sipQwtQwtPickerDragRectMachine.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtEventPatternMousePattern.cpp -> qwt5qt4/sipQwtQwtEventPatternMousePattern.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtMagnifier.cpp -> qwt5qt4/sipQwtQwtMagnifier.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtDialSimpleNeedle.cpp -> qwt5qt4/sipQwtQwtDialSimpleNeedle.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtAlphaColorMap.cpp -> qwt5qt4/sipQwtQwtAlphaColorMap.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPlotGrid.cpp -> qwt5qt4/sipQwtQwtPlotGrid.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtCompassRose.cpp -> qwt5qt4/sipQwtQwtCompassRose.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtDial.cpp -> qwt5qt4/sipQwtQwtDial.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQList0100QwtPickerMachineCommand.cpp -> qwt5qt4/sipQwtQList0100QwtPickerMachineCommand.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtArrayData.cpp -> qwt5qt4/sipQwtQwtArrayData.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtTextLabel.cpp -> qwt5qt4/sipQwtQwtTextLabel.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtArrowButton.cpp -> qwt5qt4/sipQwtQwtArrowButton.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtThermo.cpp -> qwt5qt4/sipQwtQwtThermo.cpp. | |
| Copy tmp-qwt5qt4/qwt_numarray.cpp -> qwt5qt4/qwt_numarray.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtScaleEngine.cpp -> qwt5qt4/sipQwtQwtScaleEngine.cpp. | |
| Copy tmp-qwt5qt4/qwt_numeric.cpp -> qwt5qt4/qwt_numeric.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPlotLayout.cpp -> qwt5qt4/sipQwtQwtPlotLayout.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtArrayDouble.cpp -> qwt5qt4/sipQwtQwtArrayDouble.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtSimpleCompassRose.cpp -> qwt5qt4/sipQwtQwtSimpleCompassRose.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPicker.cpp -> qwt5qt4/sipQwtQwtPicker.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtDoubleInterval.cpp -> qwt5qt4/sipQwtQwtDoubleInterval.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPlotMarker.cpp -> qwt5qt4/sipQwtQwtPlotMarker.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtLegendItemManager.cpp -> qwt5qt4/sipQwtQwtLegendItemManager.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtAnalogClock.cpp -> qwt5qt4/sipQwtQwtAnalogClock.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPolygonFData.cpp -> qwt5qt4/sipQwtQwtPolygonFData.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPlotPicker.cpp -> qwt5qt4/sipQwtQwtPlotPicker.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtLegend.cpp -> qwt5qt4/sipQwtQwtLegend.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtScaleDiv.cpp -> qwt5qt4/sipQwtQwtScaleDiv.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtArrayQwtDoublePoint.cpp -> qwt5qt4/sipQwtQwtArrayQwtDoublePoint.cpp. | |
| Copy tmp-qwt5qt4/qwt_numpy.cpp -> qwt5qt4/qwt_numpy.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPainter.cpp -> qwt5qt4/sipQwtQwtPainter.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtCompass.cpp -> qwt5qt4/sipQwtQwtCompass.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQStack0100QRectF.cpp -> qwt5qt4/sipQwtQStack0100QRectF.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPlotCurve.cpp -> qwt5qt4/sipQwtQwtPlotCurve.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtEventPattern.cpp -> qwt5qt4/sipQwtQwtEventPattern.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtKnob.cpp -> qwt5qt4/sipQwtQwtKnob.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtEventPatternKeyPattern.cpp -> qwt5qt4/sipQwtQwtEventPatternKeyPattern.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPlotCanvas.cpp -> qwt5qt4/sipQwtQwtPlotCanvas.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPlotItem.cpp -> qwt5qt4/sipQwtQwtPlotItem.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtMetricsMap.cpp -> qwt5qt4/sipQwtQwtMetricsMap.cpp. | |
| Copy tmp-qwt5qt4/sipQwtcmodule.cpp -> qwt5qt4/sipQwtcmodule.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtCurveFitter.cpp -> qwt5qt4/sipQwtQwtCurveFitter.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPlotSpectrogram.cpp -> qwt5qt4/sipQwtQwtPlotSpectrogram.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPickerPolygonMachine.cpp -> qwt5qt4/sipQwtQwtPickerPolygonMachine.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtSpline.cpp -> qwt5qt4/sipQwtQwtSpline.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtAbstractScale.cpp -> qwt5qt4/sipQwtQwtAbstractScale.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtScaleWidget.cpp -> qwt5qt4/sipQwtQwtScaleWidget.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtScaleDraw.cpp -> qwt5qt4/sipQwtQwtScaleDraw.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtRasterData.cpp -> qwt5qt4/sipQwtQwtRasterData.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtDialScaleDraw.cpp -> qwt5qt4/sipQwtQwtDialScaleDraw.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtTextEngine.cpp -> qwt5qt4/sipQwtQwtTextEngine.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtSlider.cpp -> qwt5qt4/sipQwtQwtSlider.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQList0101QwtPlotItem.cpp -> qwt5qt4/sipQwtQList0101QwtPlotItem.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPlainTextEngine.cpp -> qwt5qt4/sipQwtQwtPlainTextEngine.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtScaleMap.cpp -> qwt5qt4/sipQwtQwtScaleMap.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtLinearScaleEngine.cpp -> qwt5qt4/sipQwtQwtLinearScaleEngine.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQMap24000100QString.cpp -> qwt5qt4/sipQwtQMap24000100QString.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtArrayInt.cpp -> qwt5qt4/sipQwtQwtArrayInt.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtClipper.cpp -> qwt5qt4/sipQwtQwtClipper.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtPickerDragPointMachine.cpp -> qwt5qt4/sipQwtQwtPickerDragPointMachine.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtScaleTransformation.cpp -> qwt5qt4/sipQwtQwtScaleTransformation.cpp. | |
| Copy tmp-qwt5qt4/qwt_numerical_interface.cpp -> qwt5qt4/qwt_numerical_interface.cpp. | |
| Copy tmp-qwt5qt4/sipQwtQwtColorMap.cpp -> qwt5qt4/sipQwtQwtColorMap.cpp. | |
| Copy tmp-qwt5qt4/qwt_numpy.h -> qwt5qt4/qwt_numpy.h. | |
| Copy tmp-qwt5qt4/qwt_numerical_interface.h -> qwt5qt4/qwt_numerical_interface.h. | |
| Copy tmp-qwt5qt4/sipAPIQwt.h -> qwt5qt4/sipAPIQwt.h. | |
| Copy tmp-qwt5qt4/qwt_numarray.h -> qwt5qt4/qwt_numarray.h. | |
| Copy tmp-qwt5qt4/qwt_numeric.h -> qwt5qt4/qwt_numeric.h. | |
| Copy tmp-qwt5qt4/qwt_ndarray.h -> qwt5qt4/qwt_ndarray.h. | |
| Copy tmp-qwt5qt4/pythonrc.py -> qwt5qt4/pythonrc.py. | |
| Copy tmp-qwt5qt4/ipy_user_conf.py -> qwt5qt4/ipy_user_conf.py. | |
| Copy tmp-qwt5qt4/grace.py -> qwt5qt4/grace.py. | |
| Copy tmp-qwt5qt4/qplt.py -> qwt5qt4/qplt.py. | |
| Copy tmp-qwt5qt4/anynumpy.py -> qwt5qt4/anynumpy.py. | |
| Copy tmp-qwt5qt4/iqt.py -> qwt5qt4/iqt.py. | |
| Copy tmp-qwt5qt4/__init__.py -> qwt5qt4/__init__.py. | |
| Copy tmp-qwt5qt4/qwt5qt4.sbf -> qwt5qt4/qwt5qt4.sbf. | |
| 117 file(s) lazily copied. | |
| Listing qwt5qt4 ... | |
| Compiling qwt5qt4/__init__.py ... | |
| Compiling qwt5qt4/anynumpy.py ... | |
| Compiling qwt5qt4/grace.py ... | |
| Compiling qwt5qt4/ipy_user_conf.py ... | |
| Compiling qwt5qt4/iqt.py ... | |
| Compiling qwt5qt4/pythonrc.py ... | |
| Compiling qwt5qt4/qplt.py ... | |
| Listing ../qt4lib/PyQt4/uic/widget-plugins ... | |
| Compiling ../qt4lib/PyQt4/uic/widget-plugins/qwt.py ... | |
| Setup the PyQwt build. | |
| Great, run make or nmake to build and install PyQwt. | |
| building | |
| building all | |
| make[1]: Entering directory `/tmp/nix-build-python2.7-pyqwt-5.2.0.drv-7/PyQwt-5.2.0/configure/iqt5qt4' | |
| building sip_iqtcmodule.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sip_iqtcmodule.o sip_iqtcmodule.cpp | |
| building _iqt.so | |
| g++ -shared -Wl,-O1 -Wl,-rpath,/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/lib -Wl,--version-script=_iqt.exp -o _iqt.so sip_iqtcmodule.o -L/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/lib -L/var/empty/X11R6/lib -lQtCore -L/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/lib -lpthread -lQtGui -L/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/lib -L/var/empty/X11R6/lib -lQtCore -L/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/lib -lpthread -lXext -lX11 -lm -lpthread | |
| make[1]: Leaving directory `/tmp/nix-build-python2.7-pyqwt-5.2.0.drv-7/PyQwt-5.2.0/configure/iqt5qt4' | |
| make[1]: Entering directory `/tmp/nix-build-python2.7-pyqwt-5.2.0.drv-7/PyQwt-5.2.0/configure/qwt5qt4' | |
| building sipQwtcmodule.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtcmodule.o sipQwtcmodule.cpp | |
| building sipQwtQStack0100QRectF.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQStack0100QRectF.o sipQwtQStack0100QRectF.cpp | |
| building sipQwtQList0101QwtPlotItem.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQList0101QwtPlotItem.o sipQwtQList0101QwtPlotItem.cpp | |
| building sipQwtQVector0100QwtEventPatternKeyPattern.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQVector0100QwtEventPatternKeyPattern.o sipQwtQVector0100QwtEventPatternKeyPattern.cpp | |
| building sipQwtQVector0100QwtEventPatternMousePattern.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQVector0100QwtEventPatternMousePattern.o sipQwtQVector0100QwtEventPatternMousePattern.cpp | |
| building sipQwtQList0100QRect.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQList0100QRect.o sipQwtQList0100QRect.cpp | |
| building sipQwtQVector0100QwtDoubleInterval.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQVector0100QwtDoubleInterval.o sipQwtQVector0100QwtDoubleInterval.cpp | |
| building sipQwtQwtWheel.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtWheel.o sipQwtQwtWheel.cpp | |
| building sipQwtQwtThermo.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtThermo.o sipQwtQwtThermo.cpp | |
| building sipQwtQwtRichTextEngine.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtRichTextEngine.o sipQwtQwtRichTextEngine.cpp | |
| building sipQwtQwtPlainTextEngine.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPlainTextEngine.o sipQwtQwtPlainTextEngine.cpp | |
| building sipQwtQwtTextEngine.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtTextEngine.o sipQwtQwtTextEngine.cpp | |
| building sipQwtQwtText.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtText.o sipQwtQwtText.cpp | |
| building sipQwtQwtSymbol.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtSymbol.o sipQwtQwtSymbol.cpp | |
| building sipQwtQwtSpline.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtSpline.o sipQwtQwtSpline.cpp | |
| building sipQwtQwtSlider.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtSlider.o sipQwtQwtSlider.cpp | |
| building sipQwtQwtScaleWidget.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtScaleWidget.o sipQwtQwtScaleWidget.cpp | |
| building sipQwtQwtScaleTransformation.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtScaleTransformation.o sipQwtQwtScaleTransformation.cpp | |
| building sipQwtQwtScaleMap.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtScaleMap.o sipQwtQwtScaleMap.cpp | |
| building sipQwtQwtScaleArithmetic.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtScaleArithmetic.o sipQwtQwtScaleArithmetic.cpp | |
| building sipQwtQwtLog10ScaleEngine.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtLog10ScaleEngine.o sipQwtQwtLog10ScaleEngine.cpp | |
| building sipQwtQwtLinearScaleEngine.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtLinearScaleEngine.o sipQwtQwtLinearScaleEngine.cpp | |
| building sipQwtQwtScaleEngine.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtScaleEngine.o sipQwtQwtScaleEngine.cpp | |
| building sipQwtQwtScaleDraw.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtScaleDraw.o sipQwtQwtScaleDraw.cpp | |
| building sipQwtQwtScaleDiv.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtScaleDiv.o sipQwtQwtScaleDiv.cpp | |
| building sipQwtQwtRasterData.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtRasterData.o sipQwtQwtRasterData.cpp | |
| building sipQwtQwtPlotZoomer.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPlotZoomer.o sipQwtQwtPlotZoomer.cpp | |
| building sipQwtQwtPlotSpectrogram.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPlotSpectrogram.o sipQwtQwtPlotSpectrogram.cpp | |
| building sipQwtQwtPlotScaleItem.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPlotScaleItem.o sipQwtQwtPlotScaleItem.cpp | |
| building sipQwtQwtPlotRescaler.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPlotRescaler.o sipQwtQwtPlotRescaler.cpp | |
| building sipQwtQwtPlotRasterItem.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPlotRasterItem.o sipQwtQwtPlotRasterItem.cpp | |
| building sipQwtQwtPlotPrintFilter.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPlotPrintFilter.o sipQwtQwtPlotPrintFilter.cpp | |
| building sipQwtQwtPlotPicker.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPlotPicker.o sipQwtQwtPlotPicker.cpp | |
| building sipQwtQwtPlotPanner.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPlotPanner.o sipQwtQwtPlotPanner.cpp | |
| building sipQwtQwtPlotMarker.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPlotMarker.o sipQwtQwtPlotMarker.cpp | |
| building sipQwtQwtPlotMagnifier.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPlotMagnifier.o sipQwtQwtPlotMagnifier.cpp | |
| building sipQwtQwtPlotLayout.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPlotLayout.o sipQwtQwtPlotLayout.cpp | |
| building sipQwtQwtPlotGrid.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPlotGrid.o sipQwtQwtPlotGrid.cpp | |
| building sipQwtQwtPlotCurve.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPlotCurve.o sipQwtQwtPlotCurve.cpp | |
| building sipQwtQwtPlotItem.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPlotItem.o sipQwtQwtPlotItem.cpp | |
| building sipQwtQwtPlotCanvas.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPlotCanvas.o sipQwtQwtPlotCanvas.cpp | |
| building sipQwtQwtPlot.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPlot.o sipQwtQwtPlot.cpp | |
| building sipQwtQwtPlotDict.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPlotDict.o sipQwtQwtPlotDict.cpp | |
| building sipQwtQwtPickerPolygonMachine.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPickerPolygonMachine.o sipQwtQwtPickerPolygonMachine.cpp | |
| building sipQwtQwtPickerDragRectMachine.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPickerDragRectMachine.o sipQwtQwtPickerDragRectMachine.cpp | |
| building sipQwtQwtPickerDragPointMachine.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPickerDragPointMachine.o sipQwtQwtPickerDragPointMachine.cpp | |
| building sipQwtQwtPickerClickRectMachine.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPickerClickRectMachine.o sipQwtQwtPickerClickRectMachine.cpp | |
| building sipQwtQwtPickerClickPointMachine.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPickerClickPointMachine.o sipQwtQwtPickerClickPointMachine.cpp | |
| building sipQwtQwtPickerMachine.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPickerMachine.o sipQwtQwtPickerMachine.cpp | |
| building sipQwtQwtPicker.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPicker.o sipQwtQwtPicker.cpp | |
| building sipQwtQwtPainter.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPainter.o sipQwtQwtPainter.cpp | |
| building sipQwtQwtPanner.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPanner.o sipQwtQwtPanner.cpp | |
| building sipQwtQwtMagnifier.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtMagnifier.o sipQwtQwtMagnifier.cpp | |
| building sipQwtQwtLegendItemManager.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtLegendItemManager.o sipQwtQwtLegendItemManager.cpp | |
| building sipQwtQwtLegendItem.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtLegendItem.o sipQwtQwtLegendItem.cpp | |
| building sipQwtQwtTextLabel.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtTextLabel.o sipQwtQwtTextLabel.cpp | |
| building sipQwtQwtLegend.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtLegend.o sipQwtQwtLegend.cpp | |
| building sipQwtQwtMetricsMap.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtMetricsMap.o sipQwtQwtMetricsMap.cpp | |
| building sipQwtQwtKnob.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtKnob.o sipQwtQwtKnob.cpp | |
| building sipQwtQwtIntervalData.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtIntervalData.o sipQwtQwtIntervalData.cpp | |
| building sipQwtQwtEventPatternKeyPattern.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtEventPatternKeyPattern.o sipQwtQwtEventPatternKeyPattern.cpp | |
| building sipQwtQwtEventPatternMousePattern.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtEventPatternMousePattern.o sipQwtQwtEventPatternMousePattern.cpp | |
| building sipQwtQwtEventPattern.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtEventPattern.o sipQwtQwtEventPattern.cpp | |
| building sipQwtQwtDynGridLayout.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtDynGridLayout.o sipQwtQwtDynGridLayout.cpp | |
| building sipQwtQwtDoubleInterval.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtDoubleInterval.o sipQwtQwtDoubleInterval.cpp | |
| building sipQwtQwtDialSimpleNeedle.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtDialSimpleNeedle.o sipQwtQwtDialSimpleNeedle.cpp | |
| building sipQwtQwtCompassWindArrow.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtCompassWindArrow.o sipQwtQwtCompassWindArrow.cpp | |
| building sipQwtQwtCompassMagnetNeedle.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtCompassMagnetNeedle.o sipQwtQwtCompassMagnetNeedle.cpp | |
| building sipQwtQwtDialNeedle.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtDialNeedle.o sipQwtQwtDialNeedle.cpp | |
| building sipQwtQwtDialScaleDraw.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtDialScaleDraw.o sipQwtQwtDialScaleDraw.cpp | |
| building sipQwtQwtRoundScaleDraw.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtRoundScaleDraw.o sipQwtQwtRoundScaleDraw.cpp | |
| building sipQwtQwtPolygonFData.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtPolygonFData.o sipQwtQwtPolygonFData.cpp | |
| building sipQwtQwtArrayData.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtArrayData.o sipQwtQwtArrayData.cpp | |
| building sipQwtQwtData.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtData.o sipQwtQwtData.cpp | |
| building sipQwtQwtSplineCurveFitter.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtSplineCurveFitter.o sipQwtQwtSplineCurveFitter.cpp | |
| building sipQwtQwtCurveFitter.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtCurveFitter.o sipQwtQwtCurveFitter.cpp | |
| building sipQwtQwtCounter.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtCounter.o sipQwtQwtCounter.cpp | |
| building sipQwtQwtSimpleCompassRose.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtSimpleCompassRose.o sipQwtQwtSimpleCompassRose.cpp | |
| building sipQwtQwtCompassRose.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtCompassRose.o sipQwtQwtCompassRose.cpp | |
| building sipQwtQwtCompass.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtCompass.o sipQwtQwtCompass.cpp | |
| building sipQwtQwtLinearColorMap.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtLinearColorMap.o sipQwtQwtLinearColorMap.cpp | |
| building sipQwtQwtAlphaColorMap.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtAlphaColorMap.o sipQwtQwtAlphaColorMap.cpp | |
| building sipQwtQwtColorMap.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtColorMap.o sipQwtQwtColorMap.cpp | |
| building sipQwtQwtClipper.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtClipper.o sipQwtQwtClipper.cpp | |
| building sipQwtQwtArrowButton.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtArrowButton.o sipQwtQwtArrowButton.cpp | |
| building sipQwtQwtAnalogClock.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtAnalogClock.o sipQwtQwtAnalogClock.cpp | |
| building sipQwtQwtDial.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtDial.o sipQwtQwtDial.cpp | |
| building sipQwtQwtAbstractSlider.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtAbstractSlider.o sipQwtQwtAbstractSlider.cpp | |
| building sipQwtQwtDoubleRange.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtDoubleRange.o sipQwtQwtDoubleRange.cpp | |
| building sipQwtQwtAbstractScaleDraw.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtAbstractScaleDraw.o sipQwtQwtAbstractScaleDraw.cpp | |
| building sipQwtQwtAbstractScale.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtAbstractScale.o sipQwtQwtAbstractScale.cpp | |
| building sipQwtQwtArrayQwtDoublePoint.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtArrayQwtDoublePoint.o sipQwtQwtArrayQwtDoublePoint.cpp | |
| building sipQwtQwtArrayQwtDoubleInterval.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtArrayQwtDoubleInterval.o sipQwtQwtArrayQwtDoubleInterval.cpp | |
| building sipQwtQwtArrayInt.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtArrayInt.o sipQwtQwtArrayInt.cpp | |
| building sipQwtQwtArrayDouble.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtArrayDouble.o sipQwtQwtArrayDouble.cpp | |
| building sipQwtQwtValueList.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQwtValueList.o sipQwtQwtValueList.cpp | |
| building sipQwtQList0100QwtPickerMachineCommand.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQList0100QwtPickerMachineCommand.o sipQwtQList0100QwtPickerMachineCommand.cpp | |
| building sipQwtQMap24000100QString.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o sipQwtQMap24000100QString.o sipQwtQMap24000100QString.cpp | |
| building qwt_ndarray.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o qwt_ndarray.o qwt_ndarray.cpp | |
| building qwt_numarray.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o qwt_numarray.o qwt_numarray.cpp | |
| building qwt_numeric.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o qwt_numeric.o qwt_numeric.cpp | |
| building qwt_numpy.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o qwt_numpy.o qwt_numpy.cpp | |
| building qwt_numerical_interface.o | |
| g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I/nix/store/i9vrjp2awjf1fj462bwzh8ix05j1aqiz-qwt-5.2.1/include/qwt -I/nix/store/dk9sw208pn6nlp5pa49fd1n62icik1wp-sip-4.14.7/include -I/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/include/python2.7 -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/share/qt-4.8.6/mkspecs/default -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtCore -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include/QtGui -I/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/include -I/var/empty/X11R6/include -o qwt_numerical_interface.o qwt_numerical_interface.cpp | |
| building Qwt.so | |
| g++ -shared -Wl,-O1 -Wl,-rpath,/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/lib -Wl,--version-script=Qwt.exp -o Qwt.so sipQwtcmodule.o sipQwtQStack0100QRectF.o sipQwtQList0101QwtPlotItem.o sipQwtQVector0100QwtEventPatternKeyPattern.o sipQwtQVector0100QwtEventPatternMousePattern.o sipQwtQList0100QRect.o sipQwtQVector0100QwtDoubleInterval.o sipQwtQwtWheel.o sipQwtQwtThermo.o sipQwtQwtRichTextEngine.o sipQwtQwtPlainTextEngine.o sipQwtQwtTextEngine.o sipQwtQwtText.o sipQwtQwtSymbol.o sipQwtQwtSpline.o sipQwtQwtSlider.o sipQwtQwtScaleWidget.o sipQwtQwtScaleTransformation.o sipQwtQwtScaleMap.o sipQwtQwtScaleArithmetic.o sipQwtQwtLog10ScaleEngine.o sipQwtQwtLinearScaleEngine.o sipQwtQwtScaleEngine.o sipQwtQwtScaleDraw.o sipQwtQwtScaleDiv.o sipQwtQwtRasterData.o sipQwtQwtPlotZoomer.o sipQwtQwtPlotSpectrogram.o sipQwtQwtPlotScaleItem.o sipQwtQwtPlotRescaler.o sipQwtQwtPlotRasterItem.o sipQwtQwtPlotPrintFilter.o sipQwtQwtPlotPicker.o sipQwtQwtPlotPanner.o sipQwtQwtPlotMarker.o sipQwtQwtPlotMagnifier.o sipQwtQwtPlotLayout.o sipQwtQwtPlotGrid.o sipQwtQwtPlotCurve.o sipQwtQwtPlotItem.o sipQwtQwtPlotCanvas.o sipQwtQwtPlot.o sipQwtQwtPlotDict.o sipQwtQwtPickerPolygonMachine.o sipQwtQwtPickerDragRectMachine.o sipQwtQwtPickerDragPointMachine.o sipQwtQwtPickerClickRectMachine.o sipQwtQwtPickerClickPointMachine.o sipQwtQwtPickerMachine.o sipQwtQwtPicker.o sipQwtQwtPainter.o sipQwtQwtPanner.o sipQwtQwtMagnifier.o sipQwtQwtLegendItemManager.o sipQwtQwtLegendItem.o sipQwtQwtTextLabel.o sipQwtQwtLegend.o sipQwtQwtMetricsMap.o sipQwtQwtKnob.o sipQwtQwtIntervalData.o sipQwtQwtEventPatternKeyPattern.o sipQwtQwtEventPatternMousePattern.o sipQwtQwtEventPattern.o sipQwtQwtDynGridLayout.o sipQwtQwtDoubleInterval.o sipQwtQwtDialSimpleNeedle.o sipQwtQwtCompassWindArrow.o sipQwtQwtCompassMagnetNeedle.o sipQwtQwtDialNeedle.o sipQwtQwtDialScaleDraw.o sipQwtQwtRoundScaleDraw.o sipQwtQwtPolygonFData.o sipQwtQwtArrayData.o sipQwtQwtData.o sipQwtQwtSplineCurveFitter.o sipQwtQwtCurveFitter.o sipQwtQwtCounter.o sipQwtQwtSimpleCompassRose.o sipQwtQwtCompassRose.o sipQwtQwtCompass.o sipQwtQwtLinearColorMap.o sipQwtQwtAlphaColorMap.o sipQwtQwtColorMap.o sipQwtQwtClipper.o sipQwtQwtArrowButton.o sipQwtQwtAnalogClock.o sipQwtQwtDial.o sipQwtQwtAbstractSlider.o sipQwtQwtDoubleRange.o sipQwtQwtAbstractScaleDraw.o sipQwtQwtAbstractScale.o sipQwtQwtArrayQwtDoublePoint.o sipQwtQwtArrayQwtDoubleInterval.o sipQwtQwtArrayInt.o sipQwtQwtArrayDouble.o sipQwtQwtValueList.o sipQwtQList0100QwtPickerMachineCommand.o sipQwtQMap24000100QString.o qwt_ndarray.o qwt_numarray.o qwt_numeric.o qwt_numpy.o qwt_numerical_interface.o -L/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/lib -L/var/empty/X11R6/lib -lQtCore -L/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/lib -lpthread -lQtGui -L/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/lib -L/var/empty/X11R6/lib -lQtCore -L/nix/store/7c85qvshhiwz23s1mmifv8hxlh6g2i5s-qt-4.8.6/lib -lpthread -lXext -lX11 -lm -lpthread | |
| make[1]: Leaving directory `/tmp/nix-build-python2.7-pyqwt-5.2.0.drv-7/PyQwt-5.2.0/configure/qwt5qt4' | |
| hello world | |
| installing | |
| building install | |
| make[1]: Entering directory `/tmp/nix-build-python2.7-pyqwt-5.2.0.drv-7/PyQwt-5.2.0/configure/iqt5qt4' | |
| building install | |
| cp -f _iqt.so /nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0/lib/python2.7/site-packages/PyQt4/Qwt5/_iqt.so | |
| strip /nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0/lib/python2.7/site-packages/PyQt4/Qwt5/_iqt.so | |
| make[1]: Leaving directory `/tmp/nix-build-python2.7-pyqwt-5.2.0.drv-7/PyQwt-5.2.0/configure/iqt5qt4' | |
| make[1]: Entering directory `/tmp/nix-build-python2.7-pyqwt-5.2.0.drv-7/PyQwt-5.2.0/configure/qwt5qt4' | |
| building install | |
| cp -f Qwt.so /nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0/lib/python2.7/site-packages/PyQt4/Qwt5/Qwt.so | |
| strip /nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0/lib/python2.7/site-packages/PyQt4/Qwt5/Qwt.so | |
| cp -f __init__.pyc /nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0/lib/python2.7/site-packages/PyQt4/Qwt5/__init__.pyc | |
| cp -f pythonrc.py /nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0/lib/python2.7/site-packages/PyQt4/Qwt5/pythonrc.py | |
| cp -f ipy_user_conf.py /nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0/lib/python2.7/site-packages/PyQt4/Qwt5/ipy_user_conf.py | |
| cp -f anynumpy.pyc /nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0/lib/python2.7/site-packages/PyQt4/Qwt5/anynumpy.pyc | |
| cp -f grace.py /nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0/lib/python2.7/site-packages/PyQt4/Qwt5/grace.py | |
| cp -f ipy_user_conf.pyc /nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0/lib/python2.7/site-packages/PyQt4/Qwt5/ipy_user_conf.pyc | |
| cp -f qplt.py /nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0/lib/python2.7/site-packages/PyQt4/Qwt5/qplt.py | |
| cp -f anynumpy.py /nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0/lib/python2.7/site-packages/PyQt4/Qwt5/anynumpy.py | |
| cp -f iqt.pyc /nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0/lib/python2.7/site-packages/PyQt4/Qwt5/iqt.pyc | |
| cp -f iqt.py /nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0/lib/python2.7/site-packages/PyQt4/Qwt5/iqt.py | |
| cp -f __init__.py /nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0/lib/python2.7/site-packages/PyQt4/Qwt5/__init__.py | |
| cp -f grace.pyc /nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0/lib/python2.7/site-packages/PyQt4/Qwt5/grace.pyc | |
| cp -f qplt.pyc /nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0/lib/python2.7/site-packages/PyQt4/Qwt5/qplt.pyc | |
| cp -f pythonrc.pyc /nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0/lib/python2.7/site-packages/PyQt4/Qwt5/pythonrc.pyc | |
| mkdir: cannot create directory '/nix/store/lz6vi6ll8slci5adymvf8zlvi442rwnf-PyQt-x11-gpl-4.10.2/share/sip/Qwt5': Permission denied | |
| make[1]: *** [install] Error 1 | |
| make[1]: Leaving directory `/tmp/nix-build-python2.7-pyqwt-5.2.0.drv-7/PyQwt-5.2.0/configure/qwt5qt4' | |
| make: *** [install] Error 2 | |
| note: keeping build directory `/tmp/nix-build-python2.7-pyqwt-5.2.0.drv-7' | |
| builder for `/nix/store/1170wjps3g9x9adyh3jv6rijxq561ix5-python2.7-pyqwt-5.2.0.drv' failed with exit code 2 | |
| error: build of `/nix/store/1170wjps3g9x9adyh3jv6rijxq561ix5-python2.7-pyqwt-5.2.0.drv' failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment