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

Problem : UndefVarError: set_texOutput not defined #61

Closed
mnemosyne-xx opened this issue Sep 8, 2022 · 2 comments
Closed

Problem : UndefVarError: set_texOutput not defined #61

mnemosyne-xx opened this issue Sep 8, 2022 · 2 comments

Comments

@mnemosyne-xx
Copy link

there's a problem with MathLink.set_texOutput(false) | (or true)

-->
julia> using MathLink
julia> MathLink.set_texOutput(false)
ERROR: UndefVarError: set_texOutput not defined
Stacktrace:
[1] getproperty(x::Module, f::Symbol)
@ Base ./Base.jl:31
[2] top-level scope
@ REPL[2]:1

@fremling
Copy link
Collaborator

fremling commented Sep 9, 2022

Hi @mnemosyne-xx
The problem he was simply that the set_texOutput functionality had not been merged into the main Julia repository. Try updating to version 0.5.0 as see if the problem persists.

@fremling
Copy link
Collaborator

As I believe the problem should be fixed in v0.5.0 i will close this ticket.

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

No branches or pull requests

2 participants