Open jim-bcom opened 1 year ago
reproduced with :
[settings] os=Windows os_build=Windows arch=x86_64 compiler=gcc compiler.cppstd=17 compiler.version=11.2 compiler.libcxx=libstdc++11 build_type=Release arch_build=x86_64 [options] [build_requires] [env]
BD/Qmake needs to manage gcc/g++ and not only msvc. Remaken tool potentially also needs to be updated to handle gcc/g++ on Windows
a fix was added to differentiate with the win32-msvc case
will be available in a next release
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) (?)jom 1.1.3 - empower your cores
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.