Note that there are some explanatory texts on larger screens.

plurals
  1. POQt - Compilation Error: Couldn't change working directory
    primarykey
    data
    text
    <p>I am trying to compile <a href="https://launchpad.net/oxide" rel="nofollow">oxideqt</a>, a QML API for Chromium Embedded Framework (CEF), but I am experiencing an error:</p> <pre><code>11:13:58: Running steps for project oxideqt... 11:13:58: Configuration unchanged, skipping qmake step. 11:13:58: Starting: "C:\Qt\Qt5.1.1\Tools\QtCreator\bin\jom.exe" cd qt\lib\ &amp;&amp; ( if not exist Makefile C:\Qt\Qt5.1.1\5.1.1\msvc2010\bin\qmake.exe C:\Users\simon\Documents\oxide\qt\lib\lib.pro -spec win32-msvc2010 -o Makefile ) &amp;&amp; C:\Qt\Qt5.1.1\Tools\QtCreator\bin\jom.exe -f Makefile C:\Qt\Qt5.1.1\Tools\QtCreator\bin\jom.exe -f Makefile.Release cd C:/Users/simon/Documents/oxide; ./build/gyp_oxide -IC:/Users/simon/Documents/oxide/qt/qt.gypi -Doxide_qt_libversion=0 Couldn't change working directory to C:/Users/simon/Documents/oxide; ./build/gyp_oxide -IC:/Users/simon/Documents/oxide/qt/qt.gypi -Doxide_qt_libversion=0. jom: C:\Users\simon\Documents\build-oxideqt-Desktop_Qt_5_1_1_MSVC2010_32bit-Release\qt\lib\Makefile.Release [C:\Users\simon\Documents\oxide\Makefile.oxide] Error 1 jom: C:\Users\simon\Documents\build-oxideqt-Desktop_Qt_5_1_1_MSVC2010_32bit-Release\qt\lib\Makefile [release] Error 2 jom: C:\Users\simon\Documents\build-oxideqt-Desktop_Qt_5_1_1_MSVC2010_32bit-Release\Makefile [sub-qt-lib-lib-pro-make_first-ordered] Error 2 11:13:58: The process "C:\Qt\Qt5.1.1\Tools\QtCreator\bin\jom.exe" exited with code 2. Error while building/deploying project oxideqt (kit: Desktop Qt 5.1.1 MSVC2010 32bit) When executing step 'Make' </code></pre> <p>It looks like that it is doing a <code>cd</code> on <code>C:/Users/simon/Documents/oxide; ./build/gyp_oxide -IC:/Users/simon/Documents/oxide/qt/qt.gypi -Doxide_qt_libversion=0</code>, but I cannot find out which script is doing the <code>cd</code>.</p> <p>The following are the associated .pro files:</p> <p>oxideqt.pro (top level .pro)</p> <pre><code>TEMPLATE = subdirs CONFIG += ordered lib.file = qt/lib/lib.pro SUBDIRS += lib renderer.file = qt/renderer/renderer.pro SUBDIRS += renderer sandbox.file = qt/sandbox/sandbox.pro SUBDIRS += sandbox qmlplugin.file = qt/qmlplugin/qmlplugin.pro SUBDIRS += qmlplugin testutils.file = qt/tests/utils/testutils.pro SUBDIRS += testutils qmltests.file = qt/tests/qmltests/qmltests.pro SUBDIRS += qmltests QMAKE_CLEAN += -r \ $${OXIDE_SRC_ROOT}/Makefile.oxide \ `find $$OXIDE_SRC_ROOT -name \"*.target.oxide.mk\"` \ $$CHROMIUM_OUT_DIR </code></pre> <p>lib.pro</p> <pre><code>CONFIG += gyp disable_check TARGET = oxide-qt GYP_TYPE = lib include($${OXIDE_QMAKE_PATH}/oxide_variables.pri) GYP_LIBVERSION = $$OXIDE_QT_LIBVERSION resources.path = $$LIBEXECDIR resources.files = \ $${CHROMIUM_OUT_PLAT_DIR}/oxide.pak \ $${CHROMIUM_OUT_PLAT_DIR}/oxide_100_percent.pak resources.CONFIG = no_check_exist INSTALLS += resources </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload