Hi Andrew,
When I try to build I get the following error on mingw:
../../src/factory/FieldCreateFactory.cpp:315:76: warning: too many arguments for format
../pv/pvData.h: In member function 'epics::pvData::StructureConstPtr epics::pvData::PVCopy::createStructure(const epics::pvData::PVStructurePtr&, const epics::pvData::PVStructurePtr&)':
../pv/pvData.h:704:29: sorry, unimplemented: inlining failed in call to 'epics::pvData::PVFieldPtr epics::pvData::PVStructure::getSubField(const std::string&) const': function not inlinable
../../src/copy/pvCopy.cpp:400:67: sorry, unimplemented: called from here
make[3]: *** [pvCopy.o] Error 1
make[3]: *** Waiting for unfinished jobs....
mkdir ../../lib/win32-x86-mingw-static
make[2]: *** [install.win32-x86-mingw] Error 2
make[2]: *** Waiting for unfinished jobs....
mkdir ../../lib/vxWorks-ppc32
make[1]: *** [src.install] Error 2
make: *** [build.pvDataCPP] Error 2
I know this was fixed, so I assume I am not running the version you plan to release today?
Thanks,
Mark
________________________________________
From: Mark Rivers
Sent: Sunday, September 18, 2016 1:57 PM
To: Johnson, Andrew N.
Cc: EPICS core-talk
Subject: RE: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP
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
- 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.
- RE: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Mark Rivers
- Navigate by Date:
- Prev:
RE: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Mark Rivers
- 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
2024
- Navigate by Thread:
- Prev:
RE: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Mark Rivers
- 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
2024
|