Re: [Paraview] Writer Plugin cannot be loaded

2009-01-17 Thread Natalie Happenhofer
Ok, changing the linking order fixed it. Now I can load the plugin, thanks! Natalie _ ¿Quieres saber cómo va a estar el clima mañana? Ingresa ahora a MSN. http://tiempo.latam.msn.com/ ___ P

Re: [Paraview] Writer Plugin cannot be loaded

2009-01-17 Thread Michael Jackson
aview.org > Subject: Re: [Paraview] Writer Plugin cannot be loaded > > Natalie Happenhofer wrote: > > Hi! > > > > I have written a Writer-Plugin and after (at last) successfully > > compiling and linking it within Paraview, I tried to load it with the > > Plugin

Re: [Paraview] Writer Plugin cannot be loaded

2009-01-17 Thread Natalie Happenhofer
_link_libraries command is not correct, but how can I link all these libraries to my code? thx Natalie > Date: Thu, 15 Jan 2009 10:15:44 -0500 > From: burlen.lor...@kitware.com > To: natalieh...@hotmail.com > CC: paraview@paraview.org > Subject: Re: [Paraview] Writer Plugin cannot be

Re: [Paraview] Writer Plugin cannot be loaded

2009-01-15 Thread Burlen Loring
Natalie Happenhofer wrote: Hi! I have written a Writer-Plugin and after (at last) successfully compiling and linking it within Paraview, I tried to load it with the PluginManager, and in the Paraview/build/bin directory I found my libVdcWriter.so, but loading fails. I get the error message: "

Re: [Paraview] Writer Plugin cannot be loaded

2009-01-15 Thread Burlen Loring
Natalie Happenhofer wrote: Ok, maybe this is the reason for the problem: Building Paraview I just run "make" - and I do have to run "make install" too,don´t I? Is it "make install" on linux? (Under Windos I run "mingw32-make" and "mingw32-make install") You can control where the install is loc

Re: [Paraview] Writer Plugin cannot be loaded

2009-01-15 Thread Utkarsh Ayachit
Has your ParaView been built with the same compiler as your plugin? On Thu, Jan 15, 2009 at 8:54 AM, Jérôme wrote: > Yes indeed, you have to be root for that. "make install" copies files > into /usr/.../lib... which simple users cannot. > you can maybe use this command: > >> sudo make install > >

Re: [Paraview] Writer Plugin cannot be loaded

2009-01-15 Thread Jérôme
Yes indeed, you have to be root for that. "make install" copies files into /usr/.../lib... which simple users cannot. you can maybe use this command: > sudo make install Hope this helps. Jerome 2009/1/15 Natalie Happenhofer : > Ok, > maybe this is the reason for the problem: > Building Paraview

Re: [Paraview] Writer Plugin cannot be loaded

2009-01-15 Thread Natalie Happenhofer
Ok, maybe this is the reason for the problem: Building Paraview I just run "make" - and I do have to run "make install" too,don´t I? Is it "make install" on linux? (Under Windos I run "mingw32-make" and "mingw32-make install") Well, running "make install" I get the following error: [100%] Buil

[Paraview] Writer Plugin cannot be loaded

2009-01-15 Thread Natalie Happenhofer
Hi! I have written a Writer-Plugin and after (at last) successfully compiling and linking it within Paraview, I tried to load it with the PluginManager, and in the Paraview/build/bin directory I found my libVdcWriter.so, but loading fails. I get the error message: "libVdcWriter.so: no such file