Jeff,

I tried your 4DNav app -- it's really cool!

One thing I had to change to get it working is in extra/4DNav/ 4DNav.factor

-    "extra/4DNav"
+    "resource:extra/4DNav"

The "resource:" is interpreted by the normalize-path word and replaced with the Factor directory. Pathnames are interpreted relative to the current-directory, which is "/" on Mac (so it looks for "/extra/4DNav/ 4DNav.factor") and probably your Factor directory on Linux, which is why it works for you but not for Mac users. So in general, pathnames should be made absolute with the "resource:" prefix.

I'm not going to change it because I don't want to conflict with whatever changes you might have made.

Doug

On Dec 25, 2008, at 9:23 AM, Jean-François Bigot wrote:


Ed wrote :
> Jeff,

> I did a pull from 'factor-bgt' and I noticed these changes:

> rename {build-support => unmaintained/build-support}/factor.sh (100%)
> rename {build-support => unmaintained/build-support}/grovel.c (100%)

> Were those accidental?

> Ed


Hi

yes, I think it's accidental, I probably never even open those files.

Maybe a mistake during a git manipulation.


Jeff
------------------------------------------------------------------------------
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

------------------------------------------------------------------------------
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to