Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install fails in Octave 6 / development branch #67

Closed
mtmiller opened this issue Jan 28, 2020 · 3 comments
Closed

install fails in Octave 6 / development branch #67

mtmiller opened this issue Jan 28, 2020 · 3 comments
Labels
bug

Comments

@mtmiller
Copy link
Contributor

@mtmiller mtmiller commented Jan 28, 2020

Install fails with

error: '__octave_link_register_doc__' undefined near line 36, column 36                                                                                                                                                                       
error: called from                                                                                                                                                                                                                            
    load_tablicious at line 36 column 7                                                                                                                                                                                                       
    /home/mike/.local/share/octave/6/packages/tablicious-0.3.1/PKG_ADD at line 3 column 1                                                                                                                                                     
    doc_cache_create>gen_doc_cache_in_dir at line 146 column 5                                                                                                                                                                                
    doc_cache_create at line 62 column 12                                                                                                                                                                                                     
    install>generate_lookfor_cache at line 820 column 5                                                                                                                                                                                       
    install at line 235 column 7                                                                                                                                                                                                              
    pkg at line 482 column 9                                                                                                                                                                                                                  

The __octave_link_register_doc__ internal function doesn't exist in Octave 6 any longer, it's now named __event_manager_register_doc__ since July 2019.

@apjanke apjanke added the bug label Jan 28, 2020
@apjanke
Copy link
Owner

@apjanke apjanke commented Jan 28, 2020

Thanks Mike!

Closing as dupe of #66 (earlier user report).

I'll get this fixed ASAP and update there.

@apjanke apjanke closed this Jan 28, 2020
@mtmiller
Copy link
Contributor Author

@mtmiller mtmiller commented Jan 28, 2020

🤣 The timing! Ok thanks.

@apjanke
Copy link
Owner

@apjanke apjanke commented Jan 28, 2020

Ha! I figured you had heard from the other user on IRC or something. What are the odds?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.