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

Compile error when Kha path contains '(' or ')' #93

Closed
luboslenco opened this issue Jan 11, 2017 · 3 comments
Closed

Compile error when Kha path contains '(' or ')' #93

luboslenco opened this issue Jan 11, 2017 · 3 comments

Comments

@luboslenco
Copy link
Contributor

Came across this path issue recently when Kha is not located directly in project dir.

/test
 ─ Empty
 ─ Kha

Running from Empty: node ../Kha/make, builds fine.

Renaming test to test(1)

/test(1)
 ─ Empty
 ─ Kha

Running from Empty: node ../Kha/make:

Creating Kha project.
/Users/lubos/Documents/test(1)/Kha/Sources/kha/graphics4/Graphics2.hx:87: characters 34-60 : Class<kha.Shaders> has no field painter_image_frag
/Users/lubos/Documents/test(1)/Kha/Sources/kha/graphics4/Graphics2.hx:88: characters 32-58 : Class<kha.Shaders> has no field painter_image_vert
/Users/lubos/Documents/test(1)/Kha/Sources/kha/graphics4/Graphics2.hx:322: characters 34-62 : Class<kha.Shaders> has no field painter_colored_frag
/Users/lubos/Documents/test(1)/Kha/Sources/kha/graphics4/Graphics2.hx:323: characters 32-60 : Class<kha.Shaders> has no field painter_colored_vert
/Users/lubos/Documents/test(1)/Kha/Sources/kha/graphics4/Graphics2.hx:586: characters 34-59 : Class<kha.Shaders> has no field painter_text_frag
/Users/lubos/Documents/test(1)/Kha/Sources/kha/graphics4/Graphics2.hx:587: characters 32-57 : Class<kha.Shaders> has no field painter_text_vert
/Users/lubos/Documents/test(1)/Kha/Sources/kha/graphics4/Graphics2.hx:816: characters 34-60 : Class<kha.Shaders> has no field painter_video_frag
/Users/lubos/Documents/test(1)/Kha/Sources/kha/graphics4/Graphics2.hx:817: characters 32-58 : Class<kha.Shaders> has no field painter_video_vert
/Users/lubos/Documents/test(1)/Kha/Sources/kha/vr/VrInterfaceEmulated.hx:308: characters 26-52 : Class<kha.Shaders> has no field painter_image_vert
/Users/lubos/Documents/test(1)/Kha/Sources/kha/vr/VrInterfaceEmulated.hx:309: characters 28-54 : Class<kha.Shaders> has no field painter_image_frag

Haxe compiler error.

Tested on Linux and MacOS.

@RobDangerous
Copy link
Member

This is because of paulmillr/chokidar#300. Luckily at least a partial fix is incoming.

@razcore-rad
Copy link

Or when it contains . on linux :)

@RobDangerous
Copy link
Member

All fixed I think.

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

3 participants