|
Notes |
|
|
(0019903)
|
|
David Partyka
|
|
2010-03-16 15:40
|
|
What uses pq3DWidgetImplementation.cxx.in?
When I searched through the source to see if I needed an install rule for it I didn't find anything including it or building it. |
|
|
|
(0019904)
|
|
David Partyka
|
|
2010-03-16 15:41
|
|
All I see is where it configured and the files themselves.
PS C:\Kitware\ParaView3\src> findstr /SN pq3DWidgetImplementation *
CMake\ParaViewPlugins.cmake:690: CONFIGURE_FILE(${ParaView_CMAKE_DIR}/pq3DWidgetImplementation.h.in
CMake\ParaViewPlugins.cmake:692: CONFIGURE_FILE(${ParaView_CMAKE_DIR}/pq3DWidgetImplementation.cxx.in
Qt\Components\pq3DWidgetImplementation.cxx.in:6: Module: $RCSfile: pq3DWidgetImplementation.cxx.in,v $
Qt\Components\pq3DWidgetImplementation.h.in:6: Module: $RCSfile: pq3DWidgetImplementation.h.in,v $ |
|
|
|
(0019905)
|
|
David Partyka
|
|
2010-03-16 16:08
|
|
|
Never Mind about that, I found how it's being used. I'll add an install rule right now. |
|
|
|
(0019906)
|
|
Eric Monson
|
|
2010-03-16 16:13
|
|
I get an error while trying to configure (using cmake) the build of my branded app which includes a plugin that instantiates a new 3d widget
CMake Error: File /usr/local/ParaView/include/paraview-3.7/Qt/Components/pq3DWidgetImplementation.h.in
does not exist.
CMake Error at /usr/local/ParaView/lib/paraview-3.7/CMake/ParaViewPlugins.cmake:690 (CONFIGURE_FILE):
configure_file Problem configuring file
Call Stack (most recent call first):
ClipWSlabWidget4/CMakeLists.txt:30 (ADD_3DWIDGET)
The part of the CMakeLists.txt file it's referring to is:
ADD_3DWIDGET(IFACES IFACE_SRCS
CLASS_NAME pqSlabWidget
WIDGET_TYPE SlabWidget
)
I can try to track it down deeper if this isn't very illuminating. |
|
|
|
(0019907)
|
|
David Partyka
|
|
2010-03-16 16:18
|
|
|
Okay, I just checked in the install rule for Part 1 of your bug. Give it a shot and let me know. I will see what I can do about part 2 now. |
|
|
|
(0019908)
|
|
David Partyka
|
|
2010-03-16 16:23
|
|
Okay both errors should be fixed with these commits:
1.cvs commit -m "BUG: move pq3DWidgetImplementation into the CMake dir and properly install it."
/cvsroot/ParaView3/ParaView3/CMakeLists.txt,v <-- CMakeLists.txt
new revision: 1.141; previous revision: 1.140
2. cvs commit -m "BUG: fix broken install rule for vtkFFMPEGConfig.h."
Committer: Dave Partyka <dave.partyka@kitware.com>
/cvsroot/ParaView3/ParaView3/VTK/IO/CMakeLists.txt,v <-- VTK/IO/CMakeLists.txt
new revision: 1.193; previous revision: 1.192 |
|
|
|
(0019911)
|
|
Alan Scott
|
|
2010-03-16 17:14
|
|
|
Assuming fixed. If it isn't, please re-open this bug. |
|