Renamed some files to work in operating systems with case sensitive paths#2
Renamed some files to work in operating systems with case sensitive paths#2html wants to merge 1 commit intolisp:masterfrom
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.