Open martinfinke opened 9 years ago
Try to use this setting:
"haxe_library_path": "/usr/local/haxe/std:."
Try the latest version. Close subleme text and kill all haxe processes.
Should be fixed now. Please confirm.
Yes the message is ok now. However, when I use Cmd+B to run the Hxml build system, the console shows the message "Standard library not found". This happens for files with package;
as well as for files in subdirectories.
Hm, strange. Did you kill haxe process/restart sublime after the update?
I believe Cmd+B will use ST's "basic" Build System, which won't use these haxe specific settings. This is due to MacOS not "sharing" environment variables properly, and has been solved in this issue : https://github.com/clemos/haxe-sublime-bundle/issues/216
When I use the bundle on a file that's not in a subdirectory (with
package;
), the status bar reads:But when I use it with a file in a subdirectory (with
package foo;
), it reads:My Haxe.sublime-settings:
The
haxe
andhaxelib
locations are correct. In/usr/local/haxe/std
there are Array.hx, Class.hx, etc.I'm using the latest version from Package Control with Haxe 3.2.0 and ST3 3083.