I was able to get past this problem as follows

     cd <directory with GMAT-R2015a>
     wget 
http://sourceforge.net/projects/gmat/files/GMAT/GMAT-R2015a/GMAT-datafiles-R2015a.zip/download
-O GMAT-datafiles-R2015a.zip
     unzip GMAT-datafiles-R2015a.zip
     cd GMAT-R2015a/application
     ln -sf ../../GMAT-datafiles-R2015a/data/ .
     cd ../..

Now I can run
   GMAT-R2015a/application/bin/GMAT
and it starts up and runs mostly OK. There are however multiple error
messages on startup having to do with missing libraries; see attached
file.

I notice that the welcome screen has two sections "Getting Started"
and "Links and Resources", neither of which has anything under it. Is
this correct behavior? Also, whenever I click any of the help options
(the "help" from the menu, or the circle with the "?" in it), the
program crashes with a segmentation fault.

Are there more things that need to be installed, like e.g. help files?

Thanks for the continued help.

Liam


On Wed, Dec 23, 2015 at 9:55 PM, Liam Healy <l...@healy.washington.dc.us> wrote:
> Joel,
>
> Thanks for your answer. Yes, I'm following those instructions.
> Apparently I skipped the make install, because when I just tried it,
> it installed a whole bunch of stuff. But, apparently this did not
> include any of the directories it complains about, because I get the
> same error message. Running "find" shows I have no file path with the
> name "planetary_coeff" in it.
>
> Liam
>
> On Mon, Dec 14, 2015 at 4:01 PM, Parker, Joel J. K. (GSFC-5950)
> <joel.j.k.par...@nasa.gov> wrote:
>> Liam, are you using the CMake instructions here?
>>
>> http://gmatcentral.org/display/GW/GMAT+CMake+Build+System
>>
>> Specifically, I believe the "install" step copies the appropriate 
>> directories, but I haven't tried it on Linux myself.
>>
>> --
>> Joel J. K. Parker
>> NASA GSFC | Navigation and Mission Design Branch/595
>> joel.j.k.par...@nasa.gov
>> P: 301-286-3604 | F: 301-286-0369
>>
>>
>> -----Original Message-----
>> From: Liam Healy [mailto:l...@healy.washington.dc.us]
>> Sent: Sunday, December 13, 2015 4:18 PM
>> To: GMAT Users mailing list <gmat-users@lists.sourceforge.net>
>> Subject: [Gmat-users] Error occurred during initialization: directories do 
>> not exist
>>
>> Trying to run GMAT 2015a on Linux, I get the following error:
>>
>>  Error occurred during initialization: Utility Exception: At least 10 
>> directories do not exist, including:
>>      TIME_PATH = ../data/time/
>>      PLANETARY_COEFF_PATH = ../data/planetary_coeff/
>>      PLANETARY_EPHEM_DE_PATH = ../data/planetary_ephem/de/
>>      PLANETARY_EPHEM_SPK_PATH = ../data/planetary_ephem/spk/
>>      VEHICLE_EPHEM_SPK_PATH = ../data/vehicle/ephem/spk/
>>      VEHICLE_EPHEM_CCSDS_PATH = ../data/vehicle/ephem/ccsds/
>>      EARTH_POT_PATH = ../data/gravity/earth/
>>      LUNA_POT_PATH = ../data/gravity/luna/
>>      VENUS_POT_PATH = ../data/gravity/venus/
>>
>> Indeed, there is no data directory, and I don't find e.g.
>> planetary_ephem anywhere. What should I do while building GMAT so that it 
>> has these directories?
>>
GMAT working directory set to 
'/home/healy/satellite/gmat/GMAT-R2015a/application/bin/'
**** ERROR **** Error setting the log file to 
So setting it to "GmatLog.txt" in the executable directory
BODY_MODEL_PATH directory not specified in gmat_startup_fileModerator is 
creating core engine...

../plugins/libPythonInterface.so: cannot open shared object file: No such file 
or directory
*** Library "../plugins/libPythonInterface" did not open.

../plugins/libMatlabInterface.so: cannot open shared object file: No such file 
or directory
*** Library "../plugins/libMatlabInterface" did not open.

../plugins/libFminconOptimizer.so: cannot open shared object file: No such file 
or directory
*** Library "../plugins/libFminconOptimizer" did not open.

../plugins/proprietary/libMarsGRAM.so: cannot open shared object file: No such 
file or directory
*** Library "../plugins/proprietary/libMarsGRAM" did not open.

../plugins/proprietary/libMsise86.so: cannot open shared object file: No such 
file or directory
*** Library "../plugins/proprietary/libMsise86" did not open.

../plugins/proprietary/libNRLMsise00.so: cannot open shared object file: No 
such file or directory
*** Library "../plugins/proprietary/libNRLMsise00" did not open.

../plugins/proprietary/libSNOptimizer.so: cannot open shared object file: No 
such file or directory
*** Library "../plugins/proprietary/libSNOptimizer" did not open.

../plugins/proprietary/libVF13Optimizer.so: cannot open shared object file: No 
such file or directory
*** Library "../plugins/proprietary/libVF13Optimizer" did not open.
For body Sun, not using potential file, so using default mu 
(132712440017.990005493164062500)
Successfully set Planetary Source to use: DE405
Successfully set Planetary Source to use: DE405
Successfully set Planetary Source to use: DE405
Setting nutation file to ../data/planetary_coeff/NUTATION.DAT
Setting planetary coeff. file to 
Setting leap seconds file to ../data/time/tai-utc.dat
Successfully set Planetary Source to use: DE405
Successfully set Planetary Source to use: DE405
For body Earth, not using potential file, so using default mu 
(398600.441500000015366822)
For body Earth, not using potential file, so using default eq. radius 
(6378.136300000000119326)
2015-12-25 15:42:55 GMAT Moderator successfully created core engine

(GMAT:8454): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'width 
>= -1' failed
2015-12-25 15:42:55 GMAT GUI successfully launched.
*** Unable to load the dynamic library "../plugins/libPythonInterface"
*** Error loading "libMatlabInterface": GMAT could not load the MATLAB 
interface. Please check that MATLAB is installed and configured correctly.  See 
the User Guide for instructions, or disable the appropriate PLUGIN line in 
bin/gmat_startup_file.txt to remove this error.
*** Error loading "libFminconOptimizer": Either libMatlabInterface could not 
load or is disabled, or the MATLAB Optimization Toolbox is not available.  
Disable the appropriate PLUGIN line in bin/gmat_startup_file.txt to remove this 
error.
*** Unable to load the dynamic library "../plugins/proprietary/libMarsGRAM"
*** Unable to load the dynamic library "../plugins/proprietary/libMsise86"
*** Unable to load the dynamic library "../plugins/proprietary/libNRLMsise00"
*** Unable to load the dynamic library "../plugins/proprietary/libSNOptimizer"
*** Unable to load the dynamic library "../plugins/proprietary/libVF13Optimizer"
Segmentation fault
X201T:~/satellite/gmat> GMAT-R2015a/application/bin/GMAT
GMAT working directory set to 
'/home/healy/satellite/gmat/GMAT-R2015a/application/bin/'
**** ERROR **** Error setting the log file to 
So setting it to "GmatLog.txt" in the executable directory
BODY_MODEL_PATH directory not specified in gmat_startup_fileModerator is 
creating core engine...

../plugins/libPythonInterface.so: cannot open shared object file: No such file 
or directory
*** Library "../plugins/libPythonInterface" did not open.

../plugins/libMatlabInterface.so: cannot open shared object file: No such file 
or directory
*** Library "../plugins/libMatlabInterface" did not open.

../plugins/libFminconOptimizer.so: cannot open shared object file: No such file 
or directory
*** Library "../plugins/libFminconOptimizer" did not open.

../plugins/proprietary/libMarsGRAM.so: cannot open shared object file: No such 
file or directory
*** Library "../plugins/proprietary/libMarsGRAM" did not open.

../plugins/proprietary/libMsise86.so: cannot open shared object file: No such 
file or directory
*** Library "../plugins/proprietary/libMsise86" did not open.

../plugins/proprietary/libNRLMsise00.so: cannot open shared object file: No 
such file or directory
*** Library "../plugins/proprietary/libNRLMsise00" did not open.

../plugins/proprietary/libSNOptimizer.so: cannot open shared object file: No 
such file or directory
*** Library "../plugins/proprietary/libSNOptimizer" did not open.

../plugins/proprietary/libVF13Optimizer.so: cannot open shared object file: No 
such file or directory
*** Library "../plugins/proprietary/libVF13Optimizer" did not open.
For body Sun, not using potential file, so using default mu 
(132712440017.990005493164062500)
Successfully set Planetary Source to use: DE405
Successfully set Planetary Source to use: DE405
Successfully set Planetary Source to use: DE405
Setting nutation file to ../data/planetary_coeff/NUTATION.DAT
Setting planetary coeff. file to 
Setting leap seconds file to ../data/time/tai-utc.dat
Successfully set Planetary Source to use: DE405
Successfully set Planetary Source to use: DE405
For body Earth, not using potential file, so using default mu 
(398600.441500000015366822)
For body Earth, not using potential file, so using default eq. radius 
(6378.136300000000119326)
2015-12-25 15:43:40 GMAT Moderator successfully created core engine

(GMAT:8470): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'width 
>= -1' failed
2015-12-25 15:43:40 GMAT GUI successfully launched.
------------------------------------------------------------------------------
_______________________________________________
GMAT-users mailing list
GMAT-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gmat-users

Reply via email to