I'm building a cross platform application. Tup works great on linux but when I try to run it on Windows (XP 32-bit) I get the following error. It has to do with the length of the command, not the file size like the error says. I found that if I shorten the command then tup works fine. Is the command length a limitation on Windows, and if so, does anyone know of a workaround?
[ tup ] [0.000s] Scanning filesystem... [ tup ] [0.010s] Reading in new environment variables... [ tup ] [0.010s] No Tupfiles to parse. [ tup ] [0.010s] No files to delete. [ tup ] [0.010s] Executing Commands... tup error: Size of 259 bytes is longer than the max filesize *** Command ID=130 failed: sh -c "g++ -std=c++11 -fPIC -pthread -I.. -isystem /usr/local/include -DBOOST_ALL_DYN_LINK `pkg-config --cflags libodb libodb-sqlite` `pkg-config --cflags sigc++-2.0` -ggdb -Wall -pg -c MaterialPiece.cpp -o MaterialPiece.o" *** tup: 1 job failed. -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
