Re: [SailfishDevel] Clock skew when debugging over ssh

2014-01-09 Thread Matthias Barmeier
Hi Luciano, OK, is this a warning or could this be the reason why the debug session does not come up ? Ciao Matze Am 09.01.2014 09:43, schrieb Luciano Montanaro: > This happens when make finds the timestamp of the files to be more > recent than the system date... > It may be the virtual mac

Re: [SailfishDevel] Clock skew when debugging over ssh

2014-01-09 Thread Luciano Montanaro
This happens when make finds the timestamp of the files to be more recent than the system date... It may be the virtual machine clock and the host machine clock are out of sync. Maybe a timezone issue? A workaround can be touching the source files and doing a make clean && make to rebuild Luciano