Hi, This is my first message so I will start by saying I really like the features offered by Tup. It is what I was looking for after experiencing frustration with other build systems.
I decided to use Tup to port libraries and applications I wrote in C++ for Windows, so this use case is a good one to learn more about Tup and of course face some specific problems. The first problem I am facing is about debugging. I use Nemiver for that and it works fine for any program I build manually by calling g++ from the terminal or after I build a program from a makefile with GNU Make. However with Tup, Nemiver complains it cannot found the source file related to the code I am debugging. Here is an example of the kind of error message I get: « Cannot find file /work/ChuDrive/SDK/chustd/.tup/mnt/@tupjob-751/work/ChuDrive/SDK/chustd/Process.cpp. Please specify the file location: ... » It looks like the debugging information stored in the executable file does not contain the right paths to source files. Here the right path should be just: /work/ChuDrive/SDK/chustd/Process.cpp Is there something I can do to fix those debugging paths and/or is that an unexpected behavior of Tup ? -- -- 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.
