AlexeyDmitriev/JHelper

About include errors when using WSL

Closed this issue · 3 comments

t11em commented

I am using JHelper with CLion WSL.

When JHelper is executed in this development environment,
#include "% TaskFile%" converted to Windows path,
An include error has occurred

Is there any workaround here?(Can it be converted to a unix path?)

Do you mean the problem is in the \ vs / separators?

To be honest, I'm not really familiar with windows and WSL and don't have to access to one to investigate.

Any chance you can produce a patch that will work for you?
The path is produced in this line

t11em commented

Thank you for your reply !

Do you mean the problem is in the \ vs / separators?

Yes. I think so.

Any chance you can produce a patch that will work for you?

OK ! I'll try it.

Fixed in 135a433.

Please let me know if it didn't help