PetoSVK
10-14-2008, 03:24 PM
Hi,
I need to run an executable every 15 mins and I wrote a crontab to do so.The executable makes use of the freeglut library.However, I always get this error:
freeglut (./WeatherProj): failed to open display ''
i think this is because of relative path issues..is there anyother way to run the executable in regular intervals without any such issues?
any help would be greatly appreciated.
thanks!
I need to run an executable every 15 mins and I wrote a crontab to do so.The executable makes use of the freeglut library.However, I always get this error:
freeglut (./WeatherProj): failed to open display ''
i think this is because of relative path issues..is there anyother way to run the executable in regular intervals without any such issues?
any help would be greatly appreciated.
thanks!