Opened 11 years ago

Closed 11 years ago

#2359 closed defect (invalid)

mingw32 make err

Reported by: downuse Owned by:
Priority: normal Component: build system
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

./configure --enable-gpl --enable-version3 --enable-libmp3lame --enable-libvo-aacenc --disable-hwaccels --disable-devices --disable-bzlib --enable-zlib --disable-ffplay --disable-ffprobe --disable-ffserver

make
make: * No rule to make target libavcodec/x86/dsputil_avg_template.c', needed by libavcodec/x86/dsputil_mmx.o'. Stop.

Change History (3)

comment:1 by Carl Eugen Hoyos, 11 years ago

Resolution: invalid
Status: newclosed

Please run 'make distclean' before reporting compilation problems.

in reply to:  1 comment:2 by downuse, 11 years ago

Resolution: invalid
Status: closedreopened

Replying to cehoyos:

Please run 'make distclean' before reporting compilation problems.


i updated with 'git pull', then

make distclean
./configure --enable-gpl --enable-version3 --enable-libmp3lame --enable-libvo-aacenc --disable-hwaccels --disable-devices --disable-bzlib --enable-zlib --disable-ffplay --disable-ffprobe --disable-ffserver
make

and there is another error occurred

CC      libavutil/atomic.o
libavutil/atomic.c:101:2: error: #error "Threading is enabled, but there is no implementation of atomic operations available"
make: *** [libavutil/atomic.o] Error 1

comment:3 by Carl Eugen Hoyos, 11 years ago

Resolution: invalid
Status: reopenedclosed

This looks very different from the original problem, please understand that mixing different issues in one ticket makes managing the tickets impossible.
I opened ticket #2363 for the second problem and added two possible workarounds, please feel free to add yourself to CC there.

Note: See TracTickets for help on using tickets.