On 29 Apr 2006 "Simon Baxter" <linuxtv@xxxxxxxxxxxxx> wrote: > I've just compiled the new release available, and it compiled ok but gave me > this error: [...] > player-mplayer.c: In member function 'bool cMPlayerPlayer::Fork()': > player-mplayer.c:396: warning: missing sentinel in function call Ville Skytt? suggested to change the line from execle("/bin/sh","sh","-c",cmd,0,environ); to execle("/bin/sh","sh","-c",cmd,NULL,environ); (appearently this is a problem with recent gcc versions only) Regards. -- Stefan Huelswitt s.huelswitt@xxxxxx | http://www.muempf.de/