Hi Andrew,
I did the following:
git clone --recursive [email protected]:epics-base/bundleCPP.git
cd bundleCPP/
git checkout 4.6.0
However, "git checkout 4.6.0" did not seem to do anything in the submodules. When I go to a submodule like pvData I see the following:
corvette:epicsV4/bundleCPP/pvDataCPP>git status
# Not currently on any branch.
nothing to commit (working directory clean)
corvette:epicsV4/bundleCPP/pvDataCPP>git tag
1.0-BETA
1.0.1-BETA
1.1-BETA
1.1-SNAPSHOT
2.0-BETA
3.0-pre1
3.0.0
3.0.1
3.0.2
3.1.0
4.0.0
4.0.1
4.0.2
4.0.3
5.0.0
5.0.1
5.0.2
5.0.3
5.0.4
6.0.0
6.0.1
before_merge_changesAfter3_0_2
marchtest
test1
How do I know that this is really version of pvData that corresponds to 4.6.0?
Thanks,
Mark
________________________________________
From: Johnson, Andrew N. [[email protected]]
Sent: Sunday, September 18, 2016 12:41 PM
To: Mark Rivers
Cc: EPICS core-talk
Subject: Re: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP
Hi Mark,
On Sep 8, 2016, at 10:28 AM, Mark Rivers <[email protected]> wrote:
>
> I get the following errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP
My pvPackageCPP module has been superseded by the bundleCPP module at [email protected]:epics-base/bundleCPP.git which handles parallel builds much better, but is really designed for creating the full C++ release. The release/4.6.0 branch of that module now points to the V4 modules as at the 4.6.0 release which is being made today. The master branch of that module does *not* have the latest versions of the submodules, so make sure you use the right branch.
> I would also really like to be able to do “make realclean” and “make realuninstall” in that top-level directory, but that is not supported.
The bundleCPP module does support ‘make distclean’ although I’m not too sure about doing that in parallel.
- Andrew
- Replies:
- RE: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Mark Rivers
- RE: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Mark Rivers
- References:
- Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Mark Rivers
- Re: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Johnson, Andrew N.
- Navigate by Date:
- Prev:
Re: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Johnson, Andrew N.
- Next:
RE: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Mark Rivers
- Index:
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
<2016>
2017
2018
2019
2020
2021
2022
2023
- Navigate by Thread:
- Prev:
Re: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Johnson, Andrew N.
- Next:
RE: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Mark Rivers
- Index:
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
<2016>
2017
2018
2019
2020
2021
2022
2023
|