[libcxx-dev] libcxx-dev Digest, Vol 26, Issue 16

Christopher Nelson via libcxx-dev libcxx-dev at lists.llvm.org
Thu Oct 22 13:16:55 PDT 2020


Looks like you are building on Windows for Visual Studio. Unless you tell
cmake to generate for ninja or make, it will generate for msbuild. So
either you need to change your generator to make, or use msbuild (or visual
studio) to build.

On Thu, Oct 22, 2020 at 12:08 PM Allyn Shell via libcxx-dev <
libcxx-dev at lists.llvm.org> wrote:

> I have tried the instructions on the
>  https://releases.llvm.org/11.0.0/projects/libcxx/docs/BuildingLibcxx.html
>  page.
> I followed the instructions in the first gray instruction area. The steps
> through the cmake instruction seem to work reasonably. But the "make #
> Build" instruction gives an error message saying "make: *** No rule to make
> target '#'.  Stop." Assuming the '#' is a comment mark in the example, I
> tried "make" without the "# Build" and got the error message saying "make:
> *** No targets specified and no makefile found.  Stop."
>
> I have attached the log.txt file of the cmake instruction.
>
> Thanks for any help.
> Allyn
> ------------------------------
> *From:* libcxx-dev <libcxx-dev-bounces at lists.llvm.org> on behalf of via
> libcxx-dev <libcxx-dev at lists.llvm.org>
> *Sent:* Wednesday, October 21, 2020 4:33 PM
> *To:* libcxx-dev at lists.llvm.org <libcxx-dev at lists.llvm.org>
> *Subject:* libcxx-dev Digest, Vol 26, Issue 16
>
>
>       External Email - Use Caution
>
>
>
> Send libcxx-dev mailing list submissions to
>         libcxx-dev at lists.llvm.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>
> https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.llvm.org%2Fcgi-bin%2Fmailman%2Flistinfo%2Flibcxx-dev&data=04%7C01%7Cashell2%40jhu.edu%7Ca04327cbdae945f6854408d876003589%7C9fa4f438b1e6473b803f86f8aedf0dec%7C0%7C0%7C637389090549335982%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=NtcTZc8P5%2BWaDKmfdm2iKyucoTRNHXqaAnYEqcUMl7s%3D&reserved=0
> or, via email, send a message with subject or body 'help' to
>         libcxx-dev-request at lists.llvm.org
>
> You can reach the person managing the list at
>         libcxx-dev-owner at lists.llvm.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of libcxx-dev digest..."
>
>
> Today's Topics:
>
>    1. Broken "How to get started" documentation for Windows
>       (Allyn Shell via libcxx-dev)
>    2. Fw: Broken "How to get started" documentation for Windows
>       (Allyn Shell via libcxx-dev)
>    3. Re: Fw: Broken "How to get started" documentation for     Windows
>       (Eric Christopher via libcxx-dev)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 21 Oct 2020 19:07:08 +0000
> From: Allyn Shell via libcxx-dev <libcxx-dev at lists.llvm.org>
> To: "libcxx-dev at lists.llvm.org" <libcxx-dev at lists.llvm.org>
> Subject: [libcxx-dev] Broken "How to get started" documentation for
>         Windows
> Message-ID:
>         <
> BL0PR01MB414569D2D0FDFA30CD16E747FA1C0 at BL0PR01MB4145.prod.exchangelabs.com
> >
>
> Content-Type: text/plain; charset="iso-8859-1"
>
> I had release 8.0.0 executables and the corresponding libcxx library
> working. In trying to update to the 11.0.0 release, I downloaded the 11.0.0
> executables for Windows (64-bit). I also went to my local git project and
> did a thorough clean and a pull and a checkout to get to llvmorg-11.0.0 .
> From that point on I attempted to follow the Getting Started instruction
> for Windows.
>
> The Getting Started instruction for Windows in the 11.0.0 documentation is
> incomplete. Something is missing.
>
> Would someone please direct me to a correct, complete set of instructions
> for Getting Started on a Windows platform.
>
> Thank you
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.llvm.org%2Fpipermail%2Flibcxx-dev%2Fattachments%2F20201021%2F3e7b7c32%2Fattachment-0001.html&data=04%7C01%7Cashell2%40jhu.edu%7Ca04327cbdae945f6854408d876003589%7C9fa4f438b1e6473b803f86f8aedf0dec%7C0%7C0%7C637389090549345978%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=GqYRuzJsqHC6wxKCIWlWXXtpPqubK8XSkJisq86j0TU%3D&reserved=0
> >
>
> ------------------------------
>
> Message: 2
> Date: Wed, 21 Oct 2020 20:15:10 +0000
> From: Allyn Shell via libcxx-dev <libcxx-dev at lists.llvm.org>
> To: "libcxx-dev at lists.llvm.org" <libcxx-dev at lists.llvm.org>
> Subject: [libcxx-dev] Fw: Broken "How to get started" documentation
>         for     Windows
> Message-ID:
>         <
> BL0PR01MB4145074E1304B8FEDD69BF71FA1C0 at BL0PR01MB4145.prod.exchangelabs.com
> >
>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
> I had release 8.0.0 executables and the corresponding libcxx library
> working. In trying to update to the 11.0.0 release, I downloaded the 11.0.0
> executables for Windows (64-bit). I also went to my local git project and
> did a thorough clean and a pull and a checkout to get to llvmorg-11.0.0 .
> From that point on I attempted to follow the Getting Started instruction
> for Windows.
>
> The Getting Started instruction for Windows in the 11.0.0 documentation is
> incomplete. Something is missing.
>
> Would someone please direct me to a correct, complete set of instructions
> for Getting Started on a Windows platform.
>
> Thank you
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.llvm.org%2Fpipermail%2Flibcxx-dev%2Fattachments%2F20201021%2F9e5662bb%2Fattachment-0001.html&data=04%7C01%7Cashell2%40jhu.edu%7Ca04327cbdae945f6854408d876003589%7C9fa4f438b1e6473b803f86f8aedf0dec%7C0%7C0%7C637389090549345978%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=T5AgZwaQ%2BSFK3j7GDwa%2BQPYOpO7kHqNfTarr6p0Lgs4%3D&reserved=0
> >
>
> ------------------------------
>
> Message: 3
> Date: Wed, 21 Oct 2020 16:30:33 -0400
> From: Eric Christopher via libcxx-dev <libcxx-dev at lists.llvm.org>
> To: Allyn Shell <ashell2 at jhu.edu>
> Cc: "libcxx-dev at lists.llvm.org" <libcxx-dev at lists.llvm.org>
> Subject: Re: [libcxx-dev] Fw: Broken "How to get started"
>         documentation for       Windows
> Message-ID:
>         <CALehDX4y=vZ4e1yvX8dAgXk76jPY3g-SfsXYyG4AsAB=
> SyjZQQ at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> When looking for help sometimes it's useful to say what you tried and what
> didn't work.
>
> -eric
>
> On Wed, Oct 21, 2020 at 4:15 PM Allyn Shell via libcxx-dev <
> libcxx-dev at lists.llvm.org> wrote:
>
> >
> > I had release 8.0.0 executables and the corresponding libcxx library
> > working. In trying to update to the 11.0.0 release, I downloaded the
> > 11.0.0 executables for Windows (64-bit). I also went to my local git
> > project and did a thorough clean and a pull and a checkout to get to
> > llvmorg-11.0.0 . From that point on I attempted to follow the Getting
> > Started instruction for Windows.
> >
> > The Getting Started instruction for Windows in the 11.0.0 documentation
> is
> > incomplete. Something is missing.
> >
> > Would someone please direct me to a *correct, complete* set of
> > instructions for Getting Started on a Windows platform.
> >
> > Thank you
> > _______________________________________________
> > libcxx-dev mailing list
> > libcxx-dev at lists.llvm.org
> >
> https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.llvm.org%2Fcgi-bin%2Fmailman%2Flistinfo%2Flibcxx-dev&data=04%7C01%7Cashell2%40jhu.edu%7Ca04327cbdae945f6854408d876003589%7C9fa4f438b1e6473b803f86f8aedf0dec%7C0%7C0%7C637389090549345978%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=J4bNbCzSdpz4FuIgteL0LL5DatvXNE4W4phLm2po7Bc%3D&reserved=0
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.llvm.org%2Fpipermail%2Flibcxx-dev%2Fattachments%2F20201021%2F98d814b7%2Fattachment.html&data=04%7C01%7Cashell2%40jhu.edu%7Ca04327cbdae945f6854408d876003589%7C9fa4f438b1e6473b803f86f8aedf0dec%7C0%7C0%7C637389090549345978%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=LvKajzJO8JhLh%2F1gKvleiDr3fou0HpL%2BPtglcUHw6P4%3D&reserved=0
> >
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> libcxx-dev mailing list
> libcxx-dev at lists.llvm.org
>
> https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.llvm.org%2Fcgi-bin%2Fmailman%2Flistinfo%2Flibcxx-dev&data=04%7C01%7Cashell2%40jhu.edu%7Ca04327cbdae945f6854408d876003589%7C9fa4f438b1e6473b803f86f8aedf0dec%7C0%7C0%7C637389090549345978%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=J4bNbCzSdpz4FuIgteL0LL5DatvXNE4W4phLm2po7Bc%3D&reserved=0
>
>
> ------------------------------
>
> End of libcxx-dev Digest, Vol 26, Issue 16
> ******************************************
> _______________________________________________
> libcxx-dev mailing list
> libcxx-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/libcxx-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/libcxx-dev/attachments/20201022/c96f8ede/attachment.html>


More information about the libcxx-dev mailing list