Re: facing prob during installation of DDD
ron flory <[email protected]>
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Message-ID | <[email protected]> |
ddd sh wrote:
> Dear All
> I m facing foollowing prob during compilation Plz help me out ....
>
> make[2]: warning: Clock skew detected. Your build may be
> incomplete.
>
> make[2]: Leaving directory
> `/global/utemp/secshard/ddd-3.3.12-test2/ddd'
>
> make[1]: warning: Clock skew detected. Your build may be
> incomplete.
>
> make[1]: Leaving directory
> `/global/utemp/secshard/ddd-3.3.12-test2/ddd'
>
> make[1]: Entering directory
> `/global/utemp/secshard/ddd-3.3.12-test2'
>
> make[1]: Nothing to be done for
> `all-am'.
>
> make[1]: Leaving directory
> `/global/utemp/secshard/ddd-3.3.12-test2'
>
> make: warning: Clock skew detected. Your build may be
> incomplete.
1. Have you set your clock (above happens if the source/make files
are 'newer' than the current date/time).
If not, try:
touch `find . `
make clean
make
2. Don't post HTML messages ;)
ron