Re: [Factor-talk] ALUT.dll

2015-09-17 Thread Alexander Ilin
Awesome, Jon, thank you very much! 17.09.2015, 10:53, "Jon Harper" : > For windows users, we try to host all the dlls on: > - for 32bit http://downloads.factorcode.org/dlls/ > - for 64bit http://downloads.factorcode.org/dlls/64/ ---=--- Александр

Re: [Factor-talk] DLLs was: ALUT.dll

2015-09-17 Thread Alexander Ilin
Hello again, Jon! FYI, the chipmunk.dll is not there (used in the chipmunk.ffi vocab). 17.09.2015, 10:53, "Jon Harper" : > For windows users, we try to host all the dlls on: > - for 32bit http://downloads.factorcode.org/dlls/ > - for 64bit

[Factor-talk] Graphviz

2015-09-17 Thread Alexander Ilin
Hello! Yesterday, while browsing the extra/ folder, I found compiler.graphviz vocabulary. Trying to USE: it, however, produces an error message: "Current operating system not supported by this vocabulary" ... "requires { unix }" Two questions arise. 1. How do I mark a vocabulary to

[Factor-talk] ALUT.dll

2015-09-17 Thread Alexander Ilin
Hello! I was trying to load the Lunar Rescue game in Factor, but stumbled upon the ALUT.dll dependency. After some search on the 'net I found what it stands for, and even installed OpenAL v1.1, but I could not find ALUT binaries for Windows. Does anyone know of an official/reliable place

Re: [Factor-talk] ALUT.dll

2015-09-17 Thread Jon Harper
For windows users, we try to host all the dlls on: - for 32bit http://downloads.factorcode.org/dlls/ - for 64bit http://downloads.factorcode.org/dlls/64/ Regards, Jon On Thu, Sep 17, 2015 at 9:46 AM, Alexander Ilin wrote: > Hello! > > I was trying to load the Lunar Rescue

Re: [Factor-talk] Graphviz

2015-09-17 Thread Alexander Ilin
Hello! Thanks for the explanation. 17.09.2015, 14:22, "John Benediktsson" : > Vocabularies can have a platforms.txt file that has a list of OS that it > supports. If the platforms.txt file is not specified, we assume it runs > everywhere. > The "graphviz" vocabulary is

Re: [Factor-talk] Graphviz

2015-09-17 Thread John Benediktsson
Hi Alexander, Vocabularies can have a platforms.txt file that has a list of OS that it supports. If the platforms.txt file is not specified, we assume it runs everywhere. The "graphviz" vocabulary is probably the one you want and does work on Windows and does not specify a platforms.txt.

Re: [Factor-talk] ALUT.dll

2015-09-17 Thread Alexander Ilin
Hello again, my dear friends! 17.09.2015, 10:53, "Jon Harper" : > For windows users, we try to host all the dlls on: > - for 32bit http://downloads.factorcode.org/dlls/ > - for 64bit http://downloads.factorcode.org/dlls/64/ I have now tried using the tools.disassembler,

Re: [Factor-talk] Graphviz

2015-09-17 Thread Alex Vondrak
Also worth noting again that compiler.graphviz isn't the most interesting library. Like John said, you're probably looking for just `graphviz` (in extra/graphviz). compiler.graphviz was some quickie utility written by Slava to show the overall shape of the control flow graph. The reason it's

Re: [Factor-talk] Graphviz

2015-09-17 Thread Alex Vondrak
> > Is Alex Vondrak on the list? Am I ever! Though you couldn't tell by looking... ;) Would he be able to comment on how important that function is, and if we > could work without it? > Looks like you're running a very old version of the graphviz library that used the Graphviz API through

Re: [Factor-talk] Graphviz

2015-09-17 Thread Alexander Ilin
Hello, Alex! 17.09.2015, 17:26, "Alex Vondrak" : > Looks like you're running a very old version of the graphviz library that > used the Graphviz API through Factor's FFI. That turned out to have > headaches, so the library was reworked to instead spit out DOT code & call >