Main /

Troubleshooting

Main.Troubleshooting History

Hide minor edits - Show changes to output

Changed line 12 from:
Do not forget to run @@mex -setup@@ first to properly set up your mex compiler.
to:
Do not forget to run @@mex -setup@@ first to properly set up your mex compiler. The re-compilation must be performed every time the @@lcp@@ package is updated to a newer version by @@tbxmanager@@.
Changed line 5 from:
Related [[https://groups.google.com/d/msg/mpt-user/ucMAd7CNTgE/Awzf3_VwQY4J|thread on Google groups]]
to:
If you are on Linux and @@mpt_init@@ does not recognize the @@lcp@@ solver, then you have to recompile the solver (related [[https://groups.google.com/d/msg/mpt-user/ucMAd7CNTgE/Awzf3_VwQY4J|thread on Google groups]]):
Changed lines 11-12 from:
@]
to:
@]
Do not forget to run @@mex -setup@@ first to properly set up your mex compiler.
Added lines 1-11:
!! Troubleshooting

[[#lcp]]
!!! Recompile LCP
Related [[https://groups.google.com/d/msg/mpt-user/ucMAd7CNTgE/Awzf3_VwQY4J|thread on Google groups]]
(:source lang=MATLAB -getcode:) [@
cwd=pwd;
cd(fileparts(which('lcp')))
lcp_compile
cd(cwd)
@]