Subject: [Boost-bugs] [Boost C++ Libraries] #13549: "Failed to register an intel toolset!" despite "iclvars.bat" intel64 ran.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-04-28 09:10:37
#13549: "Failed to register an intel toolset!" despite "iclvars.bat" intel64 ran.
-------------------------------------------------+-------------------------
Reporter: boost@⦠| Owner: Vladimir
| Prus
Type: Bugs | Status: new
Milestone: To Be Determined | Component: build
Version: Boost 1.67.0 | Severity: Problem
Keywords: Failed to register an intel |
toolset! |
-------------------------------------------------+-------------------------
Moin Moin.
Despite I ran
"iclvars.bat" intel64
I do receive an.:
"Failed to register an intel toolset!" despite
Message in "tools\build\src\tools\intel-win.jam"
due to.:
if ! [ feature.values <toolset-intel:version> ]
being true (, hence failing).
I tried to google the syntax, but did not find any expression-list
explaining.:
[ feature.values <toolset-intel:version> ]
Is there a syntax to print out the expressions.:
Using.:
ECHO $feature.values ;
ECHO $(feature.values) ;
ECHO <toolset-intel:version> ;
ECHO $(<toolset-intel:version>) ;
just yields.:
________________
$feature.values
<toolset-intel:version>
________________
So at least $feature.values does seem to be empty.
But typing in
________________
call
"%VT_DLL_DIR%\..\..\..\compilers_and_libraries\windows\bin\iclvars.bat"
intel64
bootstrap.bat
________________
does compile a functional b2.exe/bjam.exe pair.
Does anyone know, what happened here, or can someone privide help(-files)
on the syntax used for the if-statement, please. 8^)))
TschüÃ,
Michael.
-- Ticket URL: <https://svn.boost.org/trac10/ticket/13549> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2018-04-28 09:16:27 UTC