Here's the sequence I use:

 - cd qpid-proton
 - mkdir bld
 - cd bld
 - cmake .. -DCMAKE_BUILD_TYPE=Coverage
 - make build

You don't need the CMakeLists.txt file where you run cmake (necessarily).
You need it for the source tree you are configuring (referenced by ".." in
the cmake command above).

On Wed, Mar 31, 2021 at 12:00 PM mehaboob shariff <[email protected]>
wrote:

> Could you provide some insights on how to configure the build for coverage
> because when run the cmake it shows there is no CMakeList.txt file in the
> build directory.
> So I navigated to /build/CMakeFiles/CheckCXX and ran the command but there
> seems to be no output
>
> On Wed, Mar 31, 2021 at 7:45 PM mehaboob shariff <[email protected]>
> wrote:
>
> > Tahnk you Justin, will get back to you if I face any troubles
> >
> > On Wed, Mar 31, 2021 at 6:59 PM Justin Ross <[email protected]>
> wrote:
> >
> >> Hi, Mehaboob.  Here's one to try:
> >> https://issues.apache.org/jira/browse/PROTON-2358
> >>
> >> Please tell us about any obstacles you face.
> >>
> >> On Tue, Mar 30, 2021 at 4:56 PM mehaboob shariff <[email protected]
> >
> >> wrote:
> >>
> >> > okay, thank you for the information
> >> >
> >> > On Wed, Mar 31, 2021 at 2:08 AM Justin Ross <[email protected]>
> >> wrote:
> >> >
> >> > > You don't have too, but in particular I think you may end up wanting
> >> the
> >> > > Python binding since some tests use it.
> >> > >
> >> > > On Tue, Mar 30, 2021 at 3:25 PM mehaboob shariff <
> >> [email protected]>
> >> > > wrote:
> >> > >
> >> > > > Do we have to install the language bindings in the instructions.
> If
> >> not
> >> > > > then I have compiled the proton source repo successfully
> >> > > >
> >> > > >
> >> > > > On Wed, Mar 31, 2021 at 12:51 AM Justin Ross <
> [email protected]
> >> >
> >> > > > wrote:
> >> > > >
> >> > > > > Okay, next is to use git to fetch the Qpid Proton C source repo
> >> and
> >> > get
> >> > > > it
> >> > > > > building.
> >> > > > >
> >> > > > > The instructions are here:
> >> > > > > https://github.com/apache/qpid-proton/blob/master/INSTALL.md
> >> > > > >
> >> > > > >
> >> > > > > On Tue, Mar 30, 2021 at 2:39 PM mehaboob shariff <
> >> > > [email protected]>
> >> > > > > wrote:
> >> > > > >
> >> > > > > > I'm using ubuntu 20.04
> >> > > > > >
> >> > > > > > On Wed, Mar 31, 2021 at 12:07 AM Justin Ross <
> >> > [email protected]>
> >> > > > > > wrote:
> >> > > > > >
> >> > > > > > > Hi, Mehaboob.  I spoke to you in private email as well.
> What
> >> > kind
> >> > > of
> >> > > > > > > development environment do you have?
> >> > > > > > >
> >> > > > > > > On Tue, Mar 30, 2021 at 11:44 AM mehaboob shariff <
> >> > > > > [email protected]
> >> > > > > > >
> >> > > > > > > wrote:
> >> > > > > > >
> >> > > > > > > > Hello this is Mahaboob Shariff a CS undergrad. I would
> like
> >> to
> >> > > > > > > participate
> >> > > > > > > > in the apache community for the outreachy intern.
> >> > > > > > > > Can anyone help me with how to get started.
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> >
>

Reply via email to