iv3d-users

Text archives Help


[IV3D-USERS] Re: Re: Installing ImageVis3D on CentOS


Chronological Thread 
  • From: <michele.griffa@empa.ch>
  • To: iv3d-users@sci.utah.edu
  • Subject: [IV3D-USERS] Re: Re: Installing ImageVis3D on CentOS
  • Date: Mon, 8 Apr 2013 05:38:36 -0600 (MDT)

Hi Tom.

Thanks for the info.

I tried to build it following the instructions on the ImageVis3D Website
without success, getting the following error message:

[root@????????? imagevis3d-3.0.0]# qmake
[root@????????? imagevis3d-3.0.0]# make
cd Tuvok && make -f Makefile
make[1]: Entering directory `/opt/imagevis3d-3.0.0/Tuvok'
cd IO/expressions && make -f Makefile
make[2]: Entering directory `/opt/imagevis3d-3.0.0/Tuvok/IO/expressions'
make -f Makefile.libexpr
make[3]: Entering directory `/opt/imagevis3d-3.0.0/Tuvok/IO/expressions'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/opt/imagevis3d-3.0.0/Tuvok/IO/expressions'
make -f Makefile.debug
make[3]: Entering directory `/opt/imagevis3d-3.0.0/Tuvok/IO/expressions'
g++  -o lexdbg binary-expression.o conditional-expression.o constant.o test.o
treenode.o VariantArray.o volume.o     
test.o: In function `main':
/opt/imagevis3d-3.0.0/Tuvok/IO/expressions/test.cpp:21: undefined reference to
`yyparse()'
/opt/imagevis3d-3.0.0/Tuvok/IO/expressions/test.cpp:26: undefined reference to
`parser_tree_root()'
/opt/imagevis3d-3.0.0/Tuvok/IO/expressions/test.cpp:36: undefined reference to
`parser_free()'
collect2: ld returned 1 exit status
make[3]: *** [lexdbg] Error 1
make[3]: Leaving directory `/opt/imagevis3d-3.0.0/Tuvok/IO/expressions'
make[2]: *** [sub-debug_pro] Error 2
make[2]: Leaving directory `/opt/imagevis3d-3.0.0/Tuvok/IO/expressions'
make[1]: *** [sub-IO-expressions] Error 2
make[1]: Leaving directory `/opt/imagevis3d-3.0.0/Tuvok'
make: *** [sub-Tuvok] Error 2
[root@???????? imagevis3d-3.0.0]#

I'm using GCC 4.7.2.

Do you have eventually any suggestion where to look into for the source of the
error ?

Thanks a lot in advance.

Best regards.

Michele



Archive powered by MHonArc 2.6.16.

Top of page