nomennescio
nomennescio
It would probably mean to decouple the build target from the host target some more. Which is possible using Factor's assemblers. If it's only a small part of code that...
Found by running load-all
I will check this John. I have different environments, and in some Python is available. The executable is not in my system-wide PATH, but parts of Python might get discovered...
Factor 0.99 x86.64 (2133, heads/master-0e0aa69839, Jan 22 2022 01:13:14) [Microsoft Visual C++ 190023506] on windows In listeners (see factor/extra/python/ffi/ffi.factor) ```{ "python2.7" "python2.6" "python27" "python26" } find-library-from-list``` yields "XXXXX\\lib\\dll\\64/python27.dll", with the...
```"python.ffi" require``` does not throw errors, neither do ``` "python" test "python.ffi" test ```
Thanks for the tip
The python2 dll is legacy, and is needed for a different configuration. I'm not sure what is causing the crash, but quite honestly, I'm trying to focus on getting my...
If you require some input, let me know, and I can do some tests.
Now that I'm checking, I see I created a library with DLLs that Factor requires. In this case Factor not only requires the DLL, but a full installation. Maybe it's...
I think this touches upon previous discussions about Factor vocabularies having dependencies on external executables/libraries, which are not explicitly managed, and for sure not distributed. I think assumptions on the...