Moreover Even the most simple way suggested by rtags to index source files is not working with tup.
The suggestion is to precede compilation command with "rc -c", for example: rc -c gcc -I... -fsomeflag -c foobar.c I've did so by adding following lines to tup: export CXX CXX = `[ "$CXX" ] && echo "$CXX" || echo 'g++'` This should cause to recompile whole project if executed like this: CXX='rc -c g++'; tup and everywhere compiler is called via $(CXX), but then rtags indexer (rc) is not generating output files (*.o and others) so tup complain about this. So I am out of ideas how to workaround this. -- -- 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/d/optout.
