mgalloy / idldoc

Documenting IDL code
Other
20 stars 13 forks source link

undefined procedure: 'MGCOARRAYLIST__DEFINE' when running first tutorial example #87

Closed vincenzooo closed 5 years ago

vincenzooo commented 5 years ago

I try to run the first command of the tutorial, I receive this error: IDLDOC: Attempt to call undefined procedure: 'MGCOARRAYLIST__DEFINE'.

and I cannot locate any procedure with that name. I believe I followed the instructions, what am I doing wrong?

mgalloy commented 5 years ago

You have to pull in the submodules. The lib submodule is mglib which contains that. Use the init.sh script in the root of the repository.

vincenzooo commented 5 years ago

Thanks, it worked!