Re: Fw: build problems with current mplayer

Martin Simmons <[email protected]> Fri, 22 Mar 2024 16:11:14 +0000
Newsgroups gmane.comp.video.mplayer.devel
Message-ID <jebk76jlgd.fsf@localhost>
>>>>> On Fri, 22 Mar 2024 13:22:49 +0000 (UTC), George R Goffe said:
> 
> I'm attempting to build mplayer from source (the repos) and am
> experiencing build problems. Builds have succeeded in the past but now
> don't seem to work any more. My gcc seems to have
> "incompatible-pointer-types]" turned on. I have turned this switch off
> which produces other errors.

My guess is that you have the -Werror flag turned on, so all warnings
become errors.

__Martin