# ParaView 5.9.0-RC3 build dependency issue with vtkcatalyst

**URL:** https://discourse.paraview.org/t/paraview-5-9-0-rc3-build-dependency-issue-with-vtkcatalyst/6272
**Category:** ParaView Support
**Created:** [January 21, 2021, 5:53pm UTC](https://discourse.paraview.org/t/paraview-5-9-0-rc3-build-dependency-issue-with-vtkcatalyst/6272 "2021-01-21T17:53:30Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![nima.tofighi](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/n/4bbf92/32.png) [@nima.tofighi](https://discourse.paraview.org/u/nima.tofighi)
#### Post date: [January 21, 2021, 5:53pm UTC](https://discourse.paraview.org/t/paraview-5-9-0-rc3-build-dependency-issue-with-vtkcatalyst/6272/1 "2021-01-21T17:53:30Z")

</div>

I have been facing problems building ParaView 5.9.0-RC3 (and RC4, but the example here is from RC3) using a custom script attached here (makeParaView\_v59\_nompi): [makeParaView\_v59\_nompi](https://discourse.paraview.org/uploads/short-url/aCDQtWd8mAGZT6W0LWBc86f4Li) (1.0 KB)

The piped output is here (v59\_out.txt): [v59\_out.txt](https://discourse.paraview.org/uploads/short-url/tVK9BqRMJ0TnSJ9FusZeKRJnz9w.txt) (33.3 KB)

It always stops at vtkcatalyst compilation. I have looked at the loaded ParaView modules (paraview\_modules in CMakeLists.txt) and the only missing module is ParaView::InSitu. I could not find an option set to add InSitu to the list of modules. However, specifically deactivating ParaView::InSitu via -DVTK\_MODULE\_ENABLE\_ParaView\_InSitu=NO allows the build to complete, but the resulting PV executable is not able to load python state files (python state file still tries to load catalyst modules). Disabling vtkcatalyst via -DVTK\_MODULE\_ENABLE\_ParaView\_vtkcatalyst=NO results in a different dependency error.

It would be great if someone could help me with finding the missing options.
