Results 1 to 2 of 2
Hi again fellas,
Im tryin to install a c++ app " procautostart " as mentioned in the page
Process Monitor HOW-TO for Linux
The problem is after i downloaded the ...
- 04-08-2008 #1
Error making procautostart
Hi again fellas,
Im tryin to install a c++ app "procautostart" as mentioned in the page
Process Monitor HOW-TO for Linux
The problem is after i downloaded the files specified and
give make, i get a errorCan anyone tell me whats wrong in this?Code:Makefile:53: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.
cause if this app works then it will be very useful for evryone !
Last edited by raghaven.kumar; 04-08-2008 at 11:47 AM. Reason: Googlin has failed me
- 02-11-2010 #2Just Joined!
- Join Date
- Feb 2010
- Posts
- 1
Error making procautostart
The error occurs because you have groups of 8 spaces in the Makefile where there should be tabs. You can correct this by saving the Makefile as Makefile.spaces and then running the command
Code:unexpand Makefile.spaces > Makefile


Reply With Quote
