You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
Hello,
I am trying to use Conan.io package for Qt library for Qt 5.8.0 but when I create the conan repository.
conan create . name_package/testing --keep-source I get an error.
follows below:
../include\QtCore\qglobal.h(1): fatal error C1083: Cannot open include file: '../../../../../../../../cygdrive/c/.conan/o36iwtkb/1/qt5/qtbase/src/corelib/global/qglobal.h': No such file or directory
jom: C:.conan\o36iwtkb\1\qt5\qtbase\qmake\Makefile [qmake_pch.obj] Error 2
Qt/5.11@blabla/testing:
ERROR: Qt/5.11@blabla/testing: Error in build() method, line 145
self._build_msvc(args)
while calling '_build_msvc', line 193
% (vcvars, self.source_dir, " ".join(args)))
ConanException: Error 1 while executing echo Conan:vcvars already set && cd qt5 && configure -opensource -confirm-license -nomake examples -nomake tests -qt-zlib -prefix C:/.conan\n8xro7i0\1 -release -platform win32-msvc2015 -opengl desktop -no-openssl
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I am trying to use Conan.io package for Qt library for Qt 5.8.0 but when I create the conan repository.
conan create . name_package/testing --keep-source I get an error.
follows below:
../include\QtCore\qglobal.h(1): fatal error C1083: Cannot open include file: '../../../../../../../../cygdrive/c/.conan/o36iwtkb/1/qt5/qtbase/src/corelib/global/qglobal.h': No such file or directory
jom: C:.conan\o36iwtkb\1\qt5\qtbase\qmake\Makefile [qmake_pch.obj] Error 2
Qt/5.11@blabla/testing:
ERROR: Qt/5.11@blabla/testing: Error in build() method, line 145
self._build_msvc(args)
while calling '_build_msvc', line 193
% (vcvars, self.source_dir, " ".join(args)))
ConanException: Error 1 while executing echo Conan:vcvars already set && cd qt5 && configure -opensource -confirm-license -nomake examples -nomake tests -qt-zlib -prefix C:/.conan\n8xro7i0\1 -release -platform win32-msvc2015 -opengl desktop -no-openssl
The text was updated successfully, but these errors were encountered: