view3DGeometry help.

Moderators: cyao, michael_borland

Post Reply
Neeraj
Posts: 23
Joined: 24 May 2018, 10:42

view3DGeometry help.

Post by Neeraj » 04 Jul 2018, 10:05

When I run,

Code: Select all

./view3dGeometry -rootname 0.47383208735214516.flr 
I get the error:

Code: Select all

invalid command name "APSStandardSetup"
    while executing
"APSStandardSetup"
    (file "./view3dGeometry" line 8)
I know that APSStandardSetup is found in .../x86_64/elegant/34.2.0/share/tcltk/oagtcltk/
while OAG_TOP_DIR is .../x86_64/elegant/34.2.0/local

can someone tell me where/how should I make the change to solve this issue?

Thanks
-Neeraj

soliday
Posts: 390
Joined: 28 May 2008, 09:15

Re: view3DGeometry help.

Post by soliday » 05 Jul 2018, 09:26

.../x86_64/elegant/34.2.0/share/tcltk/oagtcltk/ and .../x86_64/elegant/34.2.0/local are not standard locations.

For your setup, I would create a symbolic link from .../x86_64/elegant/34.2.0/local/oag/apps/lib/linux-x86_64 to .../x86_64/elegant/34.2.0/share/tcltk/oagtcltk

Normally the RPM installation would create a symbolic link from /usr/local/oag/apps/lib/linux-x86_64 to /usr/shar/tcltk/oagtcltk

Post Reply