On 5/10/20 11:33 AM, Timothy Russo via blfs-dev wrote:
When following the directions for building double-conversion, I got this error message:
CMake Warning:
   No source or binary directory provided.  Both will be assumed to be the
   same as the current working directory, but note that this warning will
   become a fatal error in future CMake releases.


CMake Error: The source directory "/sources/double-conversion-3.1.5/build" does not appear to contain CMakeLists.txt.

If I build in the base directory (cd .. from build) it works fine, or if you just add the .. before the && in the build statement:

cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_SHARED_LIBS=ON \ -DBUILD_TESTING=ON _.._&& make

I'll fix it. There is a typo in the url also. I'll fix both in a few minutes. thanks for the report.

  -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to