<akhunti1[m]>
just wanted to confirm did i refer to correct directory or not for MLPACK_INCLUDE_DIR ?
<rcurtin[m]>
try `mlpack-4.0.0/src/`
<rcurtin[m]>
(but really you should have tried that to see what happened first)
<akhunti1[m]>
Yes i tried [ mlpack-4.0.0/src/mlpack ] getting error .
<akhunti1[m]>
Now i am trying your suggestion
<rcurtin[m]>
what I am saying is, please try more than one idea before asking for help :)
<rcurtin[m]>
I am happy to try to help but time is very limited, so the less you can depend on me (because I am not able to fix everything), the more success you will have
<akhunti1[m]>
sure rcurtin sorry for that . Actually i am very close to create mlpack container .
<rcurtin[m]>
demoronator: try using the argument `input_` instead of `input`; this was a bug that was found and [fixed](https://github.com/mlpack/mlpack/pull/3302); I think it is just a documentation bug
<akhunti1[m]>
I am getting this error when i am using Mlpack 4.0.0.
<akhunti1[m]>
After i use findensmallen.cmake file
<akhunti1[m]>
is it something because of my complier used ?
<akhunti1[m]>
or something i did mistake
<akhunti1[m]>
Hi rcurtin really feeling bad , to ask your help many times , sorry for that. when ever your having time , pls answer my question.😥
<rcurtin[m]>
what did you try to debug the issue? if I were you, I would start with the error message---which points out that `std::enable_if_t` is an unknown symbol. that would lead me to the [enable_if_t documentation](https://en.cppreference.com/w/cpp/types/enable_if), which points out that it is only available from C++14 onwards. so, my conclusion would be that you have not specified C++14 for your compiler, which is required for mlpack 4 (and
<rcurtin[m]>
ensmallen too I think, but not sure on that)
<akhunti1[m]>
Hi rcurtin sorry for the mistake . actually after debugging i set 2 times C++14 in cmakelist.txt file . extremely sorry for that.😿
<akhunti1[m]>
Hi rcurtin I just wanted to share you that , I am able to create MLpack docker container. Thanks for your help always . I will never forget your help in my life time .
<rcurtin[m]>
no worries, glad you got it working 👍️ (note also that there is the container `mlpack/mlpack:4.0.0` on dockerhub, but that is just a container with mlpack installed, it doesn't do anything special)
<akhunti1[m]>
Hi rcurtin it cannot be possible with out your help. This is not only a docker image . I will share with you the details after we testing is done.