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

Build error: Illegal character in path #5

Closed
nilsklimm opened this issue Dec 29, 2015 · 8 comments
Closed

Build error: Illegal character in path #5

nilsklimm opened this issue Dec 29, 2015 · 8 comments
Assignees
Labels
Milestone

Comments

@nilsklimm
Copy link

I get build errors when there are spaces in the absolute path of the project root.

Works: /home/user/workspace/projectroot
Does not work: /home/user/work space/projectroot

The error message looks similar to this:

[error] /home/user/work space/projectroot/app/assets/stylesheets/somestyles.scss:1: Error: Illegal character in path at index 15: /home/user/work space/projectroot/app/assets/stylesheets/somestyles.scss

@irundaia
Copy link
Owner

I've been having a quick look at it. It seems to be the same issue as listed in #17 of jsass. Unfortunately, this issue cannot be solved in this plugin, but it has to be solved in jsass.

I'll be proposing a PR shortly (I hope).

@irundaia irundaia added the bug label Dec 30, 2015
@irundaia irundaia self-assigned this Dec 30, 2015
@irundaia irundaia added this to the v1.4.1 milestone Dec 30, 2015
@irundaia
Copy link
Owner

I don't think that there is a clean solution for this since the URI class is used internally in jsass. I'm working on implementing the libsass interface myself (should be done this weekend).

@irundaia
Copy link
Owner

irundaia commented Jan 3, 2016

I've more or less finished the migration.. Unfortunately, the build is failing due to an incorrectly compiled library. Since I've compiled it as a shared library, it has a link error (java.lang.UnsatisfiedLinkError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.18' not found)

@Nils81 you wouldn't be able to tell me how I could compile a shared library without depending on source libraries, would you? crosses fingers

@nilsklimm
Copy link
Author

Unfortunately, i have no experience in compiling java and c++. I am a frontend developer :(

@irundaia
Copy link
Owner

irundaia commented Jan 4, 2016

Same here, there's a good reason why I'm a java/scala programmer. :'(
I'll have a go at docker.

@irundaia
Copy link
Owner

irundaia commented Jan 7, 2016

I've got some issues with loading the native libraries at runtime. All tests succeed. But loading the library from SBT fails. See also this issue

@irundaia
Copy link
Owner

This issue should have been fixed with the new v1.4.1 release. Can you verify this?

@irundaia irundaia reopened this Jan 12, 2016
@irundaia
Copy link
Owner

I've tested this under OS X as well as Windows. On both platforms it seems to work. Hence, I'm closing this issue again.

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

No branches or pull requests

2 participants