[Paraview-developers] [vtk-developers] -* Plugin compilation for paraview *- (help)

Mathieu Westphal mathieu.westphal at kitware.com
Wed Jun 6 07:37:10 EDT 2018


Hello

Please keep the discussion in the right mailing list.
VTK-dev are not concerned by paraview plugins.

"vtkexodusII-pv5.5.lib required for the plugin and missing " does not looks
like a standard error.
Can you please paste the full error ?

Thanks,

Mathieu Westphal

On Wed, Jun 6, 2018 at 1:29 PM, wil1 <wil_serv at hotmail.com> wrote:

> Hi, shout out to Mathieu Westphal for the help
> the solution to generate the .Dll of a plugin was :
>
> - Install Ninja https://ninja-build.org/
>  - add ninja.exe path to environment Path
>  - Cleanup your plugin build directory
>  - Open a VS2015 x64 Native Tools Command Prompt
>  - in the terminal :
>        cd /path/to/your/build/dir
>        cmake-gui
>  - in cmake-gui, configure you project but instead of "Visual Studio 14
> 2015", select "Ninja"
>  - configure, find the ParaViewDir, generate
>  - close cmake-gui
> - in the terminal :
>         ninja
>
>
> But know I have an other error, when putting ninja in the terminal i got :
> "vtkexodusII-pv5.5.lib required for the plugin and missing "
>
> Why do the plugin needs vtkexodus ??
>
>
>
>
>
>
>
> --
> Sent from: http://vtk.1045678.n5.nabble.com/VTK-Dev-f1251487.html
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/
> opensource/opensource.html
>
> Search the list archives at: http://markmail.org/search/?q=vtk-developers
>
> Follow this link to subscribe/unsubscribe:
> https://public.kitware.com/mailman/listinfo/vtk-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/paraview-developers/attachments/20180606/9961f978/attachment.html>


More information about the Paraview-developers mailing list