View Single Post
  #3  
Old 10-09-2017, 07:35 AM
Yard Dogg's Avatar
Yard Dogg
Sarnak
 
Join Date: Jul 2017
Posts: 32
Default

Thanks for your reply. I've never needed to run clean, since I empty out the build folder
completely after each compile. (and clear cmake cache) I keep the downloaded source in a
seperate folder and copy over to the compile folder for each build.
But anyways, what I just did now, was wipe out the whole "GitPull" folder and run a fresh
pull ("git clone git") and then it compiled properlu for me so not sure of initial cause.

Since we are on this compile error topic. I had a minor question. Even though the following
issue never seems to trouble anything, it shows up all the time when I run configure in
Cmake,

Performing Test FMT_CPP11_UNISTD_H
Performing Test FMT_CPP11_UNISTD_H - Failed
Performing Test HAVE_STD_GNUPP11_FLAG
Performing Test HAVE_STD_GNUPP11_FLAG - Failed

Is this anything to be concerned about ?
Reply With Quote