[Paraview] building OverView from the ParaView 3.6.2 source

2010-03-24 Thread Zak Burke
I'm trying to build OverView from the ParaView 3.6.2 source on Mac OS 10.5.8 with a binary Qt 4.5.2 install. I am using CMake 2.6-4. I had this working earlier on a different machine, but on a cleanly installed system I get the following error: Scanning dependencies of target QVTK [ 27%] Building

[Paraview] ParaView3 CVS repository OverView target removed?

2009-12-21 Thread Zak Burke
I recently updated my ParaView3 source directory in preparation for a clean build of the OverView informatics client. The last time I had updated from CVS was in early September. The OverView build instructions (http://kitware.com/InfovisWiki/index.php/Building_OverView) haven't changed, but the

Re: [Paraview] OverView 0.7.0 alpha: empty Data menu with Xcode build target

2009-10-26 Thread Zak Burke
On Mon, Oct 26, 2009 at 8:06 AM, Jeff Baumes jeff.bau...@kitware.com wrote: Interestingly, building OverView for Windows XP using the MinGW/Msys target in CMake suffers the same problem. My first MinGW attempt failed (see http://www.cmake.org/pipermail/paraview/2009-August/013379.html) but I

Re: [Paraview] OverView 0.7.0 alpha: empty Data menu with Xcode build target

2009-10-26 Thread Zak Burke
On Mon, Oct 26, 2009 at 3:37 PM, Zak Burke zak.bu...@gmail.com wrote: On Mon, Oct 26, 2009 at 8:06 AM, Jeff Baumes jeff.bau...@kitware.com wrote: Interestingly, building OverView for Windows XP using the MinGW/Msys target in CMake suffers the same problem. My first MinGW attempt failed (see

Re: [Paraview] OverView build testing?

2009-10-24 Thread Zak Burke
start. Thanks! Zak On Fri, Oct 23, 2009 at 6:24 PM, Zak Burke zak.bu...@gmail.com wrote: Following up on my previous message about building the OverView client in the ParaView3 CVS tree, it occurred to me that I don't know if my Makefile-based build might also be broken, albeit in a less

Re: [Paraview] OverView 0.7.0 alpha: empty Data menu with Xcode build target

2009-10-24 Thread Zak Burke
On Fri, Oct 23, 2009 at 6:16 PM, Zak Burke zak.bu...@gmail.com wrote: I am trying to build OverView from the ParaView CVS source tree using Xcode 3.1.3 on Mac OS X 10.5.8 using the instructions here:    https://www.kitware.com/InfovisWiki/index.php/Building_OverView The build appears

[Paraview] OverView 0.7.0 alpha: empty Data menu with Xcode build target

2009-10-23 Thread Zak Burke
I am trying to build OverView from the ParaView CVS source tree using Xcode 3.1.3 on Mac OS X 10.5.8 using the instructions here: https://www.kitware.com/InfovisWiki/index.php/Building_OverView The build appears to be successful, when I run ./bin/debug/OverView.app, the Data menu is empty.

[Paraview] OverView build testing?

2009-10-23 Thread Zak Burke
Following up on my previous message about building the OverView client in the ParaView3 CVS tree, it occurred to me that I don't know if my Makefile-based build might also be broken, albeit in a less obvious way than an empty Data menu. There are all kinds of test applications generated along

Re: [Paraview] ParaView/OverView build failure on WinXP: Cannot open include file: 'QHelpEngine'

2009-09-06 Thread Zak Burke
On Fri, Sep 4, 2009 at 5:00 PM, Zak Burkezak.bu...@gmail.com wrote: On Fri, Sep 4, 2009 at 4:52 PM, Utkarsh Ayachitutkarsh.ayac...@kitware.com wrote: Looks like Qt help module was not found by CMake at all. Look under C:/Qtvcpp/4.5.2/lib/ is there a QtHelp4.lib, QtHelp4d.lib etc? Nope.

Re: [Paraview] ParaView/OverView build failure on WinXP: Cannot open include file: 'QHelpEngine'

2009-09-04 Thread Zak Burke
On Fri, Sep 4, 2009 at 9:04 AM, Utkarsh Ayachitutkarsh.ayac...@kitware.com wrote: Did this problem start after an update? In other words, is this a clean build? Yes, it's a clean build based on the CVS head from 2009-09-01. I have not (yet) successfully built any version of ParaView/OverView for

Re: [Paraview] ParaView/OverView build failure on WinXP: Cannot open include file: 'QHelpEngine'

2009-09-04 Thread Zak Burke
On Fri, Sep 4, 2009 at 9:46 AM, Utkarsh Ayachitutkarsh.ayac...@kitware.com wrote: Can try applying the attached patch, does that help? Thanks for your quick responses this morning! I'm running CMake 2.6-patch4. The patch gets me through compiling pqHelpWindow.cxx, but now linking fails:

Re: [Paraview] ParaView/OverView build failure on WinXP: Cannot open include file: 'QHelpEngine'

2009-09-04 Thread Zak Burke
On Fri, Sep 4, 2009 at 4:52 PM, Utkarsh Ayachitutkarsh.ayac...@kitware.com wrote: Looks like Qt help module was not found by CMake at all. Look under C:/Qtvcpp/4.5.2/lib/ is there a QtHelp4.lib, QtHelp4d.lib etc? Nope. Nothing like that at all. When I started out with the binary Qt, the lib

[Paraview] building ParaView/OverView for Windows XP with MinGW

2009-08-26 Thread Zak Burke
I'm trying to build ParaView, including the OverView informatics client, for Windows XP using MinGW, based on these instructions: https://www.kitware.com/InfovisWiki/index.php/Building_OverView The instructions worked flawlessly for Mac OS 10.5.x, but I am getting stuck on the Windows build.