[vtkusers] Please help me by answering the simple question

Anka Kochanowska anka at bic.mni.mcgill.ca
Wed Jan 10 15:05:41 EST 2007


Hi!
You need libGLU.so,
it is just a symbolic link to the same library as libGLU.so.1
my directory lists:

lrwxrwxrwx   1 root root      17 Jun 14  2005 libGLU.so -> libGLU.so.1.3.502
lrwxrwxrwx   1 root root      17 Jan 17  2005 libGLU.so.1 -> 
libGLU.so.1.3.502

so in order to link it I would do:
ln -s libGLU.so.1.3.502 libGLU.so
you need root access for this, then you have to make sure your libraries 
can be found, so the libraries directory has to be in your PATH,

Dot is not a directory, it is a preprocessor for drawing directed graphs.
I do not know if dot is really needed, maybe someone else could answer 
this point. I have it on my system.

I believe you do not need to set the variables that you list below.

Anka

Sawsan Ahmed wrote:

> Hello,
>         I have tried with setting the CC compiler options.Still when I 
> run "./Cone",only color background comes,no cone.In Cone2.cxx,writing 
> outputs generated on the shell,but on the rendering window,only the 
> background,no cone
>
> 2.In my linux box,I have  "libGLU.so.1" in "/usr/lib" directory.There 
> is no "libGLU.so" .So I have set the following for that.
> OPENGL_glu_LIBRARY               /usr/lib/libGLU.so.1
>
> 3.In my Linux box,in "/usr/local/bin" directory,there is no 'dot' 
> directory.So while configuration,it shows "Dot tool not found".
>
> 4.In my ccmake interface,also the following options missing:
>
> VERDICT_ENABLE_TESTING
> VERDICT_USE_FLOAT
> VLI_LIBRARY_FOR_VP1000
> VTK_MATERIALS_DIR
> VTK_USE_64BIT_IDS
> VTK_USE_CG_SHADERS
> VTK_USE_FFMPEG_ENCODER
> VTK_USE_GLSL_SHADERS
> VTK_USE_INFOVIS
> VTK_USE_VOLUME_PRO_1000
> VTK_X3D_USE_JAVA
>
> Of these options only,VTK_USE_INFOVIS option is set on in your ccmake.
>
> 5.I have attched the ccmake configuration.I don't whether it is of any 
> use to detect my failure.
>
> Sincerely Yours,
> Sawsan.
> */Anka Kochanowska <anka at bic.mni.mcgill.ca>/* wrote:
>
>     In your build directory there should be a bin directory, cone
>     executable
>     should be there.
>     I am sending you screen captures of my ccmake. Manually, I have
>     set very
>     few - install path, vtk data root, CC compiler options and, I turned
>     some flags on.
>     I don't know if it helps.
>     I presume, you have administrator rights?
>     Before you rebuild vtk, run make clean, or even delete your build
>     directory and start from scratch. Set your clock.
>
>     I am not a linux guru, but if you have some concrete question,
>     I'll try
>     to answer.
>     You might look at
>     http://www.linuxhowtos.org/
>     http://www.linux.org/docs/howto.html
>     Good luck!
>     Anka
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>



More information about the vtkusers mailing list