Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
42ebb4ee
"tests/vscode:/vscode.git/clone" did not exist on "33764e131e3556a4fb5ee11901e91a03ad0c37b8"
Unverified
Commit
42ebb4ee
authored
May 13, 2020
by
Laurae
Committed by
GitHub
May 13, 2020
Browse files
Document cmake+MinGW (issue #3060) (#3078)
parent
f155379c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
docs/FAQ.rst
docs/FAQ.rst
+12
-0
No files found.
docs/FAQ.rst
View file @
42ebb4ee
...
...
@@ -186,6 +186,18 @@ The appropriate splitting strategy depends on the task and domain of the data, i
LightGBM supports loading data from zero-based LibSVM format file directly.
14. Why cmake cannot find the compiler when compiling LightGBM with MinGW?
--------------------------------------------------------------------------
.. code-block:: bash
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
This is a known issue of `cmake` when using MinGW. The easiest solution is to run again `cmake` to bypass the one time stopper from `cmake`.
See `Microsoft/LightGBM#3060 <https://github.com/microsoft/LightGBM/issues/3060#issuecomment-62633853>`__ for more details.
------
R-package
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment