On 5/10/20 6:05 PM, Timothy Russo via blfs-dev wrote:
On Sun, May 10, 2020, 2:02 PM <[email protected] <mailto:[email protected]>> wrote:Send blfs-dev mailing list submissions to [email protected] <mailto:[email protected]> To subscribe or unsubscribe via the World Wide Web, visit http://lists.linuxfromscratch.org/listinfo/blfs-dev or, via email, send a message with subject or body 'help' to [email protected] <mailto:[email protected]> You can reach the person managing the list at [email protected] <mailto:[email protected]> When replying, please edit your Subject line so it is more specific than "Re: Contents of blfs-dev digest..." Today's Topics: 1. double-conversion fails to build (Timothy Russo) 2. Re: double-conversion fails to build (Bruce Dubbs) ---------- Forwarded message ---------- From: Timothy Russo <[email protected] <mailto:[email protected]>> To: [email protected] <mailto:[email protected]> Cc: Bcc: Date: Sun, 10 May 2020 11:33:39 -0500 Subject: [blfs-dev] double-conversion fails to build 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 V/r, Tim Russo ---------- Forwarded message ---------- From: Bruce Dubbs <[email protected] <mailto:[email protected]>> To: Timothy Russo via blfs-dev <[email protected] <mailto:[email protected]>> Cc: Bcc: Date: Sun, 10 May 2020 11:58:31 -0500 Subject: Re: [blfs-dev] double-conversion fails to build 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.
The url is actually correct, the typo must be from whoever uploaded it.
No, there was a typo. github downloads the file to whatever name you ask for. The name in this case was not spelled correctly.
-- Bruce -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
