Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] cannot compile the ffmpeg latest on local
@ 2024-04-16 10:09 B-2014 Ariyan Kashyap
  2024-04-16 12:49 ` Frank Plowman
  0 siblings, 1 reply; 5+ messages in thread
From: B-2014 Ariyan Kashyap @ 2024-04-16 10:09 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

Getting this err while running ./configure --enable-shared

./configure --enable-shared
nasm/yasm not found or too old. Use --disable-x86asm for a crippled build.

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat.
Include the log file "ffbuild/config.log" produced by configure as this
will help
solve the problem.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [FFmpeg-devel] cannot compile the ffmpeg latest on local
  2024-04-16 10:09 [FFmpeg-devel] cannot compile the ffmpeg latest on local B-2014 Ariyan Kashyap
@ 2024-04-16 12:49 ` Frank Plowman
  0 siblings, 0 replies; 5+ messages in thread
From: Frank Plowman @ 2024-04-16 12:49 UTC (permalink / raw)
  To: ffmpeg-devel

On 16/04/2024 11:09, B-2014 Ariyan Kashyap wrote:
> Getting this err while running ./configure --enable-shared
> 
> ./configure --enable-shared
> nasm/yasm not found or too old. Use --disable-x86asm for a crippled build.
> 
> If you think configure made a mistake, make sure you are using the latest
> version from Git.  If the latest version fails, report the problem to the
> ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat.
> Include the log file "ffbuild/config.log" produced by configure as this
> will help
> solve the problem.


Please do not direct your usage questions to this, the ffmpeg-devel,
mailing list.  Instead, as this message says, use the #ffmpeg channel on
liberachat.
-- 
Frank
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [FFmpeg-devel] cannot compile the ffmpeg latest on local
  2024-04-11 14:35 ` epirat07
@ 2024-04-12 12:43   ` B-2014 Ariyan Kashyap
  0 siblings, 0 replies; 5+ messages in thread
From: B-2014 Ariyan Kashyap @ 2024-04-12 12:43 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

Hey, thank you for the help
If it's possible, could you give me a roadmap to set up the ffmpeg source
code in my local. I think i might be missing something

Thank you


On Thu, Apr 11, 2024 at 8:05 PM <epirat07@gmail.com> wrote:

>
>
> On 11 Apr 2024, at 15:59, B-2014 Ariyan Kashyap wrote:
>
> > I was trying to compile the ffmpeg in my local using MSYS2 terminal and i
> > am getting this error
> >
> > gcc is unable to create an executable file.
> > If gcc is a cross-compiler, use the --enable-cross-compile option.
> > Only do this if you know what cross compiling means.
> > C compiler test failed.
> >
> > If you think configure made a mistake, make sure you are using the latest
> > version from Git.  If the latest version fails, report the problem to the
> > ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat.
> > Include the log file "ffbuild/config.log" produced by configure as this
> > will help
> > solve the problem.
>
> Citing from this very message:
>
> „Include the log file "ffbuild/config.log" produced by configure as this
> will help solve the problem.“
>
> Please actually do that, else it’s all just guesswork.
>
> > _______________________________________________
> > ffmpeg-devel mailing list
> > ffmpeg-devel@ffmpeg.org
> > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> >
> > To unsubscribe, visit link above, or email
> > ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
>
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [FFmpeg-devel] cannot compile the ffmpeg latest on local
  2024-04-11 13:59 B-2014 Ariyan Kashyap
@ 2024-04-11 14:35 ` epirat07
  2024-04-12 12:43   ` B-2014 Ariyan Kashyap
  0 siblings, 1 reply; 5+ messages in thread
From: epirat07 @ 2024-04-11 14:35 UTC (permalink / raw)
  To: FFmpeg development discussions and patches



On 11 Apr 2024, at 15:59, B-2014 Ariyan Kashyap wrote:

> I was trying to compile the ffmpeg in my local using MSYS2 terminal and i
> am getting this error
>
> gcc is unable to create an executable file.
> If gcc is a cross-compiler, use the --enable-cross-compile option.
> Only do this if you know what cross compiling means.
> C compiler test failed.
>
> If you think configure made a mistake, make sure you are using the latest
> version from Git.  If the latest version fails, report the problem to the
> ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat.
> Include the log file "ffbuild/config.log" produced by configure as this
> will help
> solve the problem.

Citing from this very message:

„Include the log file "ffbuild/config.log" produced by configure as this
will help solve the problem.“

Please actually do that, else it’s all just guesswork.

> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [FFmpeg-devel] cannot compile the ffmpeg latest on local
@ 2024-04-11 13:59 B-2014 Ariyan Kashyap
  2024-04-11 14:35 ` epirat07
  0 siblings, 1 reply; 5+ messages in thread
From: B-2014 Ariyan Kashyap @ 2024-04-11 13:59 UTC (permalink / raw)
  To: ffmpeg-devel

I was trying to compile the ffmpeg in my local using MSYS2 terminal and i
am getting this error

gcc is unable to create an executable file.
If gcc is a cross-compiler, use the --enable-cross-compile option.
Only do this if you know what cross compiling means.
C compiler test failed.

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat.
Include the log file "ffbuild/config.log" produced by configure as this
will help
solve the problem.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-04-16 12:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-16 10:09 [FFmpeg-devel] cannot compile the ffmpeg latest on local B-2014 Ariyan Kashyap
2024-04-16 12:49 ` Frank Plowman
  -- strict thread matches above, loose matches on Subject: below --
2024-04-11 13:59 B-2014 Ariyan Kashyap
2024-04-11 14:35 ` epirat07
2024-04-12 12:43   ` B-2014 Ariyan Kashyap

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git