Re: [cgma-dev] CGM make check failure help
Thanks for getting back. For the latest version of RGG GUI you might want to install the GUI from Kitware github page: https://github.com/Kitware/RGG or download binaries: http://www.computationalmodelbuilder.org/rgg/ Rajeev ________________________________ From: Vishal Patel <[email protected]> To: "Jain, Rajeev" <[email protected]> Sent: Tuesday, October 14, 2014 6:34 AM Subject: Re: [cgma-dev] CGM make check failure help Hi, Thanks for that, Cubit 14.0 worked. Thanks, Vishal Patel Graduate Researcher Nuclear Engineering Texas A&M University On Mon, Oct 6, 2014 at 6:42 PM, Rajeev Jain <[email protected]> wrote: Set LD_LIBRARY_PATH to CUBIT's bin directory. If that doesn't work try using Cubit14.0 see this build http://gnep.mcs.anl.gov:8010/builders/cgm-cubit/builds/1674
On OSX use 32bit configure options, since CUBIT doesn't have a 64bit version for OSX.
Rajeev
________________________________ From: Vishal Patel <[email protected]> To: "[email protected]" <[email protected]> Sent: Monday, October 6, 2014 7:22 PM Subject: [cgma-dev] CGM make check failure help
Howdy,
I'm a graduate researcher at the INL working for the Center for Space Nuclear Research. I'm trying to install the reactor geometry generation dependencies which needs meshkit which needs cgm and I'm running into some trouble I was hoping you could help me with. I'm trying to build CGM with cubit on Linux 14.04 LTS and get errors when I make check my installation:
.so ../.libs/libcgm.so -lm -Wl,-rpath -Wl,/home/patevk/lib/serial/cgm/lib -Wl,-rpath -Wl,/home/patevk/opt/Cubit-14.1-Lin64/bin ./.libs/libiGeom.so: undefined reference to `GeometryQueryTool::translate(Body*, CubitVector const&, bool, bool)' ./.libs/libiGeom.so: undefined reference to `GeometryQueryTool::rotate(BasicTopologyEntity*, CubitVector const&, double, bool, bool)' ./.libs/libiGeom.so: undefined reference to `CubitMessage::print_error(char const*, ...)' ./.libs/libiGeom.so: undefined reference to `GeometryQueryTool::translate(BasicTopologyEntity*, CubitVector const&, bool, bool)' ./.libs/libiGeom.so: undefined reference to `GeometryQueryTool::reflect(DLIList<Body*>, CubitVector const&, CubitVector const&, bool)' ./.libs/libiGeom.so: undefined reference to `CubitString::operator==(char const*) const' ./.libs/libiGeom.so: undefined reference to `GeometryQueryTool::reflect(BasicTopologyEntity*, CubitVector const&, CubitVector const&, bool, bool)' ./.libs/libiGeom.so: undefined reference to `GeometryQueryTool::rotate(Body*, CubitVector const&, double, bool, bool)'
It seems my cubit path is being referenced fine and it also exists in my LD_LIBRARY_PATH.
I'm using the CGMA-14.1 pre package, and I've tried the nightly build as well as 13.1 with the same errors occurring. I am configuring with: ./configure --enable-shared --prefix=/home/patevk/lib/serial/cgm --with-cubit=/home/patevk/opt/Cubit-14.1-Lin64 --enable-debug
I've also tried installing CGM on my OSX machine but can't get Cubit libraries to link.
Any help would be wonderful.
Thanks,
Vishal Patel Graduate Researcher Nuclear Engineering Texas A&M University
participants (1)
-
Rajeev Jain