Discussion:
[Paraview] install TARGETS given no ARCHIVE DESTINATION
David Doria
2010-12-09 14:53:22 UTC
Permalink
I did a fresh clone this morning and I am getting this error when running CMake:
git clone --recursive git://paraview.org/ParaView.git

CMake Error at VTK/Utilities/kwsys/CMakeLists.txt:896 (INSTALL):
install TARGETS given no ARCHIVE DESTINATION for static library target
"vtksys".

Anyone else having this issue?

David
Dave Partyka
2010-12-09 15:02:32 UTC
Permalink
Yes, I am looking into this right now.
Post by David Doria
git clone --recursive git://paraview.org/ParaView.git
install TARGETS given no ARCHIVE DESTINATION for static library target
"vtksys".
Anyone else having this issue?
David
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://paraview.org/Wiki/ParaView
http://www.paraview.org/mailman/listinfo/paraview
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20101209/d011fb49/attachment.htm>
David Doria
2010-12-14 14:48:56 UTC
Permalink
Dave,

Any luck with this? I just did a fresh clone and still can't build.

David
Post by Dave Partyka
Yes, I am looking into this right now.
Post by David Doria
git clone --recursive git://paraview.org/ParaView.git
? install TARGETS given no ARCHIVE DESTINATION for static library target
? "vtksys".
Anyone else having this issue?
David
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://paraview.org/Wiki/ParaView
http://www.paraview.org/mailman/listinfo/paraview
Dave Partyka
2010-12-14 15:04:28 UTC
Permalink
Ah yes, you're doing a static build right? Let me see.
Post by David Doria
Dave,
Any luck with this? I just did a fresh clone and still can't build.
David
Post by Dave Partyka
Yes, I am looking into this right now.
On Thu, Dec 9, 2010 at 9:53 AM, David Doria <daviddoria at gmail.com>
Post by David Doria
I did a fresh clone this morning and I am getting this error when
running
Post by Dave Partyka
Post by David Doria
git clone --recursive git://paraview.org/ParaView.git
install TARGETS given no ARCHIVE DESTINATION for static library target
"vtksys".
Anyone else having this issue?
David
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://paraview.org/Wiki/ParaView
http://www.paraview.org/mailman/listinfo/paraview
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20101214/bd5452e5/attachment.htm>
David Doria
2010-12-14 15:13:00 UTC
Permalink
Post by Dave Partyka
Ah yes, you're doing a static build right? Let me see.
Correct. With BUILD_SHARED_LIBS OFF the error happens. With it ON, it
configures fine.

David
Dave Partyka
2010-12-14 15:44:09 UTC
Permalink
This needs a tweak to KWSYS which I don't have access to. I'll have Brad fix
this when he gets in later today.
Post by David Doria
Post by Dave Partyka
Ah yes, you're doing a static build right? Let me see.
Correct. With BUILD_SHARED_LIBS OFF the error happens. With it ON, it
configures fine.
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20101214/98965d15/attachment.htm>
Continue reading on narkive:
Loading...