-
Notifications
You must be signed in to change notification settings - Fork 61
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
Custom plugin window bug? #50
Comments
Plugin needs to be compiled using the following:
…-lib hide
--macro hide.Plugin.init()
-js plugin.js
MyPlugin
On Sat, Apr 11, 2020 at 8:35 AM Lightnet ***@***.***> wrote:
Can't compile custom plugin. window 10
Plugin.hx
static var haxelibRoot =
sys.io.File.getContent(Sys.getEnv("USERPROFILE")+"/.haxelib");
static var haxelibRoot = sys.io.File.getContent("C:/HaxeToolkit/haxe");
try it and doesn't work.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#50>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHZXQG7JQWHV63VCYHLPU3RMAFUJANCNFSM4MF4F6XA>
.
|
I get this error. Should have log error on this.
I don't see in my user folder for haxelib it on root dir C:\HaxeToolkit |
Try running haxelib setup once.
Le sam. 11 avr. 2020 à 17:34, Lightnet <notifications@github.com> a écrit :
… I get this error. Should have log error on this.
C:\HaxeToolkit\haxe\lib\hide/git/hide/Plugin.hx:11: characters 27-88 : Uncaught exception Could not read file C:\Users\<user>/.haxelib
C:\HaxeToolkit\haxe\lib\hide/git/hide/Plugin.hx:11: characters 27-88 : Called from here
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#50 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHZXQCLTKCBZIHMBKLD2U3RMCEXLANCNFSM4MF4F6XA>
.
|
I don't see the .haxelib on user path dir. I install 64bit does it it need to be 32bit?Got the code to work. Plugin.hx
I am not sure if the installing haxe 4.0.5 that change path for libs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can't compile custom plugin. window 10
Plugin.hx
static var haxelibRoot = sys.io.File.getContent(Sys.getEnv("USERPROFILE")+"/.haxelib");
static var haxelibRoot = sys.io.File.getContent("C:/HaxeToolkit/haxe");
try it and doesn't work.
The text was updated successfully, but these errors were encountered: