[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[McIDAS #SDI-707505]: McIDAS 2021 no gui?



Hi Mike,

re:
> I installed v2021 on my Ubuntu 22.04 VM, and while I've been able to run
> some of the .k programs alright I can't launch the GUI...
> 
> :~$ mcidas
> Error in startup script: couldn't open "/home/mcidas/lib/gui/mcidasx": no
> such file or directory
> while executing
> "open $mcgui/mcidasx r"
> (procedure "readMcidasrc" line 144)
> invoked from within
> "readMcidasrc "$home/.mcidasrc""
> ("0" arm line 2)
> invoked from within
> "switch $nargs {
> 0 {
> readMcidasrc "$home/.mcidasrc"
> startMcidas $optn
> }
> 1 {
> if { !([string match "confi..."
> (file "/home/mcidas/bin/mcidas" line 678)
> 
> Indeed /home/mcidas/lib/gui/mcidasx is AWOL.  There are lots of other
> things in that directory, but no mcidasx file.
> 
> Attached are outputs from make all and make install.all.  Any idea where I
> might have gone wrong?

Thanks for finding and reporting this problem!  As we discussed curing our
Meet this afternoon, I have updated code in two files to fix the problem
encountered when starting v2021 in a clean installation (i.e., where
McIDAS-X has never been run previously).

The files with fixes that are attached are:

mcstart.gui
makefile

Here is the most straightforward way to update your v2021 installation:

<as 'mcidas'>

cd $MCSRC
make clobber

-- copy the attached mcstart.gui to the ~mcidas/mcidas2021/unidata/src directory

-- copy the attached makefile to the $MCSRC (~mcidas/mcidas2021/src) directory

-- in the $MCSRC (~mcidas/mcidas2021/src) directory rename mcidas.sh to
   mcidasx.sh 

-- then from the $MCSRC directory run:

   make all
   make install.all

Please let me know the results of starting McIDAS after doing these steps.

Cheers,

Tom
--
****************************************************************************
Unidata User Support                                    UCAR Unidata Program
(303) 497-8642                                                 P.O. Box 3000
address@hidden                                   Boulder, CO 80307
----------------------------------------------------------------------------
Unidata HomePage                       http://www.unidata.ucar.edu
****************************************************************************


Ticket Details
===================
Ticket ID: SDI-707505
Department: Support McIDAS
Priority: Normal
Status: Closed
===================
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata 
inquiry tracking system and then made publicly available through the web.  If 
you do not want to have your interactions made available in this way, you must 
let us know in each email you send to us.

Attachment: mcstart.gui
Description: Binary data

Attachment: makefile
Description: Binary data