So I am a complete tup n00b, forgive me if I am asking a stupid question.
I am running a very basic tupfile on a single cpp file like so -
[ tup ] [0.001s] Scanning filesystem...
[ tup ] [0.008s] Reading in new environment variables...
[ tup ] [0.009s] No Tupfiles to parse.
[ tup ] [0.010s] No files to delete.
[ tup ] [0.010s] Executing Commands...
[ ] 0%tup error: failed to inject dll: No such file or directory
*** Command ID=69 failed: g++ -Wall -Wextra main.cpp -o main.o
[ ] 0%
*** tup: 1 job failed.
The tupfile contains a single rule -
: main.cpp |> g++ -Wall -Wextra main.cpp -o main.o |> main.o
Any one know what the error above means? I am running on Windows 8.1 x64 and the latest version of tup (v0.7-19-ge4e6e20).
Thanks for your help!