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
Remove win32 compiler options from .pro file as MSVC is expected
mkdir build && cd build
qmake ..\SolARFramework.pro -spec win32-g++
EXPECTED BEHAVIOR
Project MESSAGE: Remaken qmake build rules used : C:/Users/user/.remaken/rules/qmake (obtained with -spec win32-msvc)
Continues configuration
OBSERVED BEHAVIOR
Some .pri files are not found due to badly formatted path
Project MESSAGE: Remaken qmake build rules used : C:/Users/user/.remaken/rules/qmake
Cannot read C:/C/Users/user/.remaken/rules/qmake/templatelibconfig.pri: No such file or directory
Cannot read C:/C/Users/user/.remaken/rules/qmake/remaken_install_target.pri: No such file or directory
Project MESSAGE: Remaken qmake build rules used : C:/Users/user/.remaken/rules/qmake
Project MESSAGE: Remaken qmake build rules used : C:/Users/user/.remaken/rules/qmake
From a project located on D:\, the erroneous paths become D:/C/Users/user/.remaken/rules/qmake/*.pri
May cause compilation error (missing third party lib headers due to lack of -I on CLI) (?)
> jom
jom 1.1.3 - empower your cores
C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.Release
g++ -c -fno-keep-inline-dllexport -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DMYVERSION=0.11.0 -DTEMPLATE_LIBRARY -D_NDEBUG=1 -DNDEBUG=1 -DQT_NEEDS_QMAIN -IC:/Users/user/tmp/SolARFramework -I. -IC:/Users/user/tmp/SolARFramework/interfaces -IC:/Qt/5.14.2/msvc2017_64/mkspecs/win32-g++ -o release/Log.o C:/Users/user/tmp/SolARFramework/src/core/Log.cpp
In file included from C:/Users/user/tmp/SolARFramework/src/core/Log.cpp:1:
C:/Users/user/tmp/SolARFramework/interfaces/core/Log.h:7:10: fatal error: spdlog.h: No such file or directory
#include "spdlog.h"
^~~~~~~~~~
compilation terminated.
OS: Windows 10
Remaken version: 1.9.2
BD/Qmake version: 4.9.3
The text was updated successfully, but these errors were encountered:
HOW TO REPRODUCE
git clone https://github.com/SolarFramework/SolARFramework
mkdir build && cd build
qmake ..\SolARFramework.pro -spec win32-g++
EXPECTED BEHAVIOR
Project MESSAGE: Remaken qmake build rules used : C:/Users/user/.remaken/rules/qmake
(obtained with -spec win32-msvc)OBSERVED BEHAVIOR
.pri
files are not found due to badly formatted pathD:\
, the erroneous paths becomeD:/C/Users/user/.remaken/rules/qmake/*.pri
-I
on CLI) (?)OS: Windows 10
Remaken version: 1.9.2
BD/Qmake version: 4.9.3
The text was updated successfully, but these errors were encountered: