-
Notifications
You must be signed in to change notification settings - Fork 4
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
Renamed some files to work in operating systems with case sensitive paths #2
base: master
Are you sure you want to change the base?
Conversation
good evening; i build this with ubuntu linux all.the.time. ? On 2013-02-16, at 22:12 , Olexiy Zamkoviy wrote:
|
Good evening. |
not entirely, but if i look at what sbcl does, i suspect it's a runtime issue:
given that the vocabulary loading works with a logical pathname, the question becomes, which runtime do you work with and what does it do with that logical pathname? |
It didn't work with normal uri-pathname-root so I had to change it. |
the reluctance to change stems from past experience with mixed-case pathnames. |
Ok, I've made it work for me without need for renaming files. |
good morning, On 2013-02-17, at 06:06 , Olexiy Zamkoviy wrote:
what was the issue? |
as I remember it worked when I've added following snippet (setf (logical-pathname-translations "LIBRARY")
'(("de;setf;resource;**;*.*.*" "/home/oz/src/de.setf.resource/**/"))) |
I'm under linux, package was loaded only after renaming directories.