Open potros opened 3 years ago
You don't mention what you were compiling, but I can say that flags for V go before the file/directory name of what you wish to compile.
So the proper command line would have been
v -autofree .
Question: Do you get the same failure with just v .
?
i tried v -autofree . but i get the same error
i'm compiling : https://github.com/nedpals/vex/ example
note : v . works
V version : V 0.2.2 25c07c2 OS : windows, Microsoft Windows 7 Home Premium v7601 64-bit
What did you do? v . -autofree
What did you expect to see? compilation success
What did you see instead?