Package Details: avxsynth-git 20150407.80dcb7e-6

Git Clone URL: https://aur.archlinux.org/avxsynth-git.git (read-only, click to copy)
Package Base: avxsynth-git
Description: Linux Port of AviSynth. (Git version)
Upstream URL: http://www.avxsynth.org
Keywords: avxsynth
Licenses: GPL2
Conflicts: avxsynth
Provides: avxsynth
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 17
Popularity: 0.000000
First Submitted: 2012-04-23 19:05 (UTC)
Last Updated: 2023-08-16 20:16 (UTC)

Sources (10)

Latest Comments

1 2 3 4 5 Next › Last »

micwoj92 commented on 2023-08-16 20:00 (UTC)

Build fails

rc/libavcodec/x86/mathops.h: Assembler messages:
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
src/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'

patch: https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/effadce6c756247ea8bae32dc13bb3e6f464f0eb

micwoj92 commented on 2021-02-21 16:13 (UTC) (edited on 2021-02-21 16:13 (UTC) by micwoj92)

Fails to build for me with following error

../../avxsynth/avxsynth/core/src/core/avxsynth.cpp: In member function ‘virtual void* avxsynth::ScriptEnvironment::ManageCache(int, void*)’:
../../avxsynth/avxsynth/core/src/core/avxsynth.cpp:1834:8: error: narrowing conversion of ‘avxsynth::MC_ReturnVideoFrameBuffer’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
 1834 |   case MC_ReturnVideoFrameBuffer:
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~
../../avxsynth/avxsynth/core/src/core/avxsynth.cpp:1858:8: error: narrowing conversion of ‘avxsynth::MC_ManageVideoFrameBuffer’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
 1858 |   case MC_ManageVideoFrameBuffer:
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~
../../avxsynth/avxsynth/core/src/core/avxsynth.cpp:1872:8: error: narrowing conversion of ‘avxsynth::MC_PromoteVideoFrameBuffer’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
 1872 |   case MC_PromoteVideoFrameBuffer:
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~
../../avxsynth/avxsynth/core/src/core/avxsynth.cpp:1896:8: error: narrowing conversion of ‘avxsynth::MC_RegisterCache’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
 1896 |   case MC_RegisterCache:
      |        ^~~~~~~~~~~~~~~~
make[1]: *** [Makefile:1194: core/src/core/libavxsynth_la-avxsynth.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/home/micwoj92/.cache/pikaur/build/avxsynth-git/src/build/avxsynth'
make: *** [Makefile:502: all-recursive] Error 1

sl1pkn07 commented on 2019-01-25 21:37 (UTC)

done

yair commented on 2018-11-25 23:55 (UTC)

a solution to compile found upstream https://github.com/avxsynth/avxsynth/issues/117

JSpaces commented on 2017-09-20 01:55 (UTC) (edited on 2017-09-20 02:00 (UTC) by JSpaces)

Compile error: builtinfunctions/src/filters/convolution.cpp:161:38: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] The fix is to add this prior to the build() section: prepare() { cd "${pkgname}" sed -i 's|(pbyA \&\& pbyR \&\& pbyG \&\& pbyB == false)|(!(pbyA \&\& pbyR \&\& pbyG \&\& pbyB))|' avxsynth/builtinfunctions/src/filters/convolution.cpp }

MrTimscampi commented on 2016-04-14 09:48 (UTC)

This currently fails to build. Here's a corrected PKGBUILD: http://pastebin.com/K62drWc9 It adds --disable-ffms2 to the configure step, which basically prevents avxsynth from building its own ffms2 and relies on the system's version of ffms2. Source here: https://github.com/avxsynth/avxsynth/issues/115#issuecomment-194402628

sl1pkn07 commented on 2015-01-31 14:11 (UTC)

reported in upstream https://github.com/avxsynth/avxsynth/issues/111 greetings

<deleted-account> commented on 2015-01-31 14:04 (UTC)

libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:15: installing './compile' configure.ac:18: installing './config.guess' configure.ac:18: installing './config.sub' configure.ac:11: installing './install-sh' configure.ac:11: installing './missing' apps/AVXEdit/Makefile.am: installing './depcomp' /usr/share/automake-1.15/am/ltlibrary.am: warning: 'libavxframeserver.la': linking libtool libraries using a non-POSIX /usr/share/automake-1.15/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' apps/avxframeserver/Makefile.am:4: while processing Libtool library 'libavxframeserver.la' /usr/share/automake-1.15/am/ltlibrary.am: warning: 'libavxbtinfncs.la': linking libtool libraries using a non-POSIX /usr/share/automake-1.15/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' avxsynth/Makefile.am:4: while processing Libtool library 'libavxbtinfncs.la' /usr/share/automake-1.15/am/ltlibrary.am: warning: 'libavxsynth.la': linking libtool libraries using a non-POSIX /usr/share/automake-1.15/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' avxsynth/Makefile.am:6: while processing Libtool library 'libavxsynth.la' /usr/share/automake-1.15/am/ltlibrary.am: warning: 'libavxutils.la': linking libtool libraries using a non-POSIX /usr/share/automake-1.15/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' avxutils/Makefile.am:4: while processing Libtool library 'libavxutils.la' /usr/share/automake-1.15/am/ltlibrary.am: warning: 'libautocrop.la': linking libtool libraries using a non-POSIX /usr/share/automake-1.15/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' plugins/autocrop/Makefile.am:4: while processing Libtool library 'libautocrop.la' /usr/share/automake-1.15/am/ltlibrary.am: warning: 'libavxffms2.la': linking libtool libraries using a non-POSIX /usr/share/automake-1.15/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' plugins/avxffms2/Makefile.am:4: while processing Libtool library 'libavxffms2.la' /usr/share/automake-1.15/am/ltlibrary.am: warning: 'libavxframecapture.la': linking libtool libraries using a non-POSIX /usr/share/automake-1.15/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' plugins/avxframecapture/Makefile.am:4: while processing Libtool library 'libavxframecapture.la' /usr/share/automake-1.15/am/ltlibrary.am: warning: 'libavxsubtitle.la': linking libtool libraries using a non-POSIX /usr/share/automake-1.15/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' plugins/avxsubtitle/Makefile.am:4: while processing Libtool library 'libavxsubtitle.la' /usr/share/automake-1.15/am/ltlibrary.am: warning: 'tools/dummy_plugin.la': linking libtool libraries using a non-POSIX /usr/share/automake-1.15/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' test/Makefile.am:56: while processing Libtool library 'tools/dummy_plugin.la' /usr/share/automake-1.15/am/ltlibrary.am: warning: 'tools/dummy_plugin2.la': linking libtool libraries using a non-POSIX /usr/share/automake-1.15/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' test/Makefile.am:56: while processing Libtool library 'tools/dummy_plugin2.la' parallel-tests: installing './test-driver' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for library containing dlopen... -ldl checking for library containing cos... -lm checking for log4cpp... yes checking if log4cpp works... yes checking for pangocairo... yes checking if pangocairo works... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for library containing jpeg_destroy_compress... -ljpeg checking for ffms2... yes checking if ffms2 works... yes checking for libav... yes checking if libav works... yes checking for Qt... yes checking for moc-qt4... /usr/lib/qt4/bin/moc checking for rcc... /usr/lib/qt4/bin/rcc checking if /usr/lib/qt4/bin/moc works... yes checking if moc'd headers can be compiled... yes checking if Qt applications can be compiled... yes checking for python2.7... python2.7 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating avxutils/Makefile config.status: creating avxsynth/Makefile config.status: creating include/Makefile config.status: creating plugins/autocrop/Makefile config.status: creating plugins/avxffms2/Makefile config.status: creating plugins/avxframecapture/Makefile config.status: creating plugins/avxsubtitle/Makefile config.status: creating apps/avxframeserver/Makefile config.status: creating apps/AVXEdit/Makefile config.status: creating test/Makefile config.status: creating test/common.avsi config.status: creating avxsynth.pc config.status: creating avxutils.pc config.status: executing depfiles commands config.status: executing libtool commands Configure completed successfully. Build settings: CXXFLAGS: -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 CPPFLAGS: -D_FORTIFY_SOURCE=2 LDFLAGS: -Wl,-O1,--sort-common,--as-needed,-z,relro LIBS: -lm -ldl Library specific build settings: log4cpp: CFLAGS: -pthread -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -lpthread LIBS: -llog4cpp -lnsl pangocairo: CFLAGS: -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 LIBS: -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo jpeg: CFLAGS: LIBS: -ljpeg ffms2: CFLAGS: LIBS: -lffms2 libav: CFLAGS: LIBS: -lavformat -lavcodec -lswscale -lavutil Qt: moc: /usr/lib/qt4/bin/moc rcc: /usr/lib/qt4/bin/rcc CFLAGS: -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtCore LIBS: -lQtGui -lQtCore Enabled optional components: autocrop: yes avxframecapture: yes avxsubtitle: yes avxffms2: yes AVXEdit: yes Has a library not been detected? Review config.log and set relevant environment variables. Library linking style: Shared libraries: yes Static libraries: no To compile program, run: make To install, run: make [DESTDIR=...] install Remember to run ldconfig after installing libraries to their final destination. Additionally, DESTDIR-installed libraries require "libtool --finish <dir>" after their final install. Other valid targets: check dist clean distclean Making all in avxutils make[1]: Entering directory '/tmp/yaourt-tmp-user/aur-avxsynth-git/src/avxsynth/avxutils' CXX src/libavxutils_la-avxlog.lo CXX src/libavxutils_la-AvxTextRender.lo CXX src/libavxutils_la-Path.lo CXXLD libavxutils.la make[1]: Leaving directory '/tmp/yaourt-tmp-user/aur-avxsynth-git/src/avxsynth/avxutils' Making all in avxsynth make[1]: Entering directory '/tmp/yaourt-tmp-user/aur-avxsynth-git/src/avxsynth/avxsynth' CXX core/src/audio/libavxsynth_la-convertaudio.lo CXX core/src/core/libavxsynth_la-avxsynth_c.lo CXX core/src/core/libavxsynth_la-avxsynth.lo CXX core/src/core/libavxsynth_la-cache.lo CXX core/src/core/libavxsynth_la-memcpy_amd.lo CXX core/src/core/libavxsynth_la-plugins.lo core/src/core/plugins.cpp: In function ‘bool avxsynth::MyLoadLibrary(const char*, void**, bool, avxsynth::IScriptEnvironment*)’: core/src/core/plugins.cpp:148:26: warning: ignoring return value of ‘char* getcwd(char*, size_t)’, declared with attribute warn_unused_result [-Wunused-result] getcwd(cwd, PATH_MAX); ^ CXX core/src/core/parser/libavxsynth_la-expression.lo CXX core/src/core/parser/libavxsynth_la-script.lo core/src/core/parser/script.cpp: In destructor ‘avxsynth::CWDChanger::~CWDChanger()’: core/src/core/parser/script.cpp:209:33: warning: ignoring return value of ‘int chdir(const char*)’, declared with attribute warn_unused_result [-Wunused-result] chdir(old_working_directory); ^ CXX core/src/core/parser/libavxsynth_la-scriptparser.lo CXX core/src/core/parser/libavxsynth_la-tokenizer.lo CXX core/src/filters/conditional/libavxsynth_la-conditional.lo CXX core/src/filters/conditional/libavxsynth_la-conditional_functions.lo CXX core/src/filters/conditional/libavxsynth_la-conditional_reader.lo CXX core/src/filters/libavxsynth_la-debug.lo CXX core/src/filters/libavxsynth_la-text-overlay.lo CXX core/src/sources/avi/libavxsynth_la-cpuaccel.lo CXX core/src/libavxsynth_la-windowsPorts.lo CXX builtinfunctions/src/libavxbtinfncs_la-AllBuiltInPluginsEntryPoint.lo CXX builtinfunctions/src/audio/libavxbtinfncs_la-audio.lo CXX builtinfunctions/src/core/libavxbtinfncs_la-alignplanar.lo CXX builtinfunctions/src/filters/libavxbtinfncs_la-color.lo CXX builtinfunctions/src/filters/libavxbtinfncs_la-combine.lo CXX builtinfunctions/src/filters/libavxbtinfncs_la-convolution.lo CXX builtinfunctions/src/filters/libavxbtinfncs_la-edit.lo CXX builtinfunctions/src/filters/libavxbtinfncs_la-field.lo CXX builtinfunctions/src/filters/libavxbtinfncs_la-focus.lo CXX builtinfunctions/src/filters/libavxbtinfncs_la-fps.lo CXX builtinfunctions/src/filters/libavxbtinfncs_la-greyscale.lo CXX builtinfunctions/src/filters/libavxbtinfncs_la-histogram.lo In file included from /usr/include/string.h:639:0, from ./common/include/stdafx.h:8, from builtinfunctions/src/filters/histogram.cpp:38: In function ‘void* memset(void*, int, size_t)’, inlined from ‘avxsynth::PVideoFrame avxsynth::Histogram::DrawModeStereo(int, avxsynth::IScriptEnvironment*)’ at builtinfunctions/src/filters/histogram.cpp:414:29: /usr/include/bits/string3.h:81:32: warning: call to ‘__warn_memset_zero_len’ declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters __warn_memset_zero_len (); ^ In function ‘void* memset(void*, int, size_t)’, inlined from ‘avxsynth::PVideoFrame avxsynth::Histogram::DrawModeStereo(int, avxsynth::IScriptEnvironment*)’ at builtinfunctions/src/filters/histogram.cpp:416:29: /usr/include/bits/string3.h:81:32: warning: call to ‘__warn_memset_zero_len’ declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters __warn_memset_zero_len (); ^ In function ‘void* memset(void*, int, size_t)’, inlined from ‘avxsynth::PVideoFrame avxsynth::Histogram::DrawModeLuma(int, avxsynth::IScriptEnvironment*)’ at builtinfunctions/src/filters/histogram.cpp:447:31: /usr/include/bits/string3.h:81:32: warning: call to ‘__warn_memset_zero_len’ declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters __warn_memset_zero_len (); ^ In function ‘void* memset(void*, int, size_t)’, inlined from ‘avxsynth::PVideoFrame avxsynth::Histogram::DrawModeLuma(int, avxsynth::IScriptEnvironment*)’ at builtinfunctions/src/filters/histogram.cpp:449:31: /usr/include/bits/string3.h:81:32: warning: call to ‘__warn_memset_zero_len’ declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters __warn_memset_zero_len (); ^ In function ‘void* memset(void*, int, size_t)’, inlined from ‘avxsynth::PVideoFrame avxsynth::Histogram::DrawModeColor2(int, avxsynth::IScriptEnvironment*)’ at builtinfunctions/src/filters/histogram.cpp:465:54: /usr/include/bits/string3.h:81:32: warning: call to ‘__warn_memset_zero_len’ declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters __warn_memset_zero_len (); ^ In function ‘void* memset(void*, int, size_t)’, inlined from ‘avxsynth::PVideoFrame avxsynth::Histogram::DrawModeColor2(int, avxsynth::IScriptEnvironment*)’ at builtinfunctions/src/filters/histogram.cpp:466:54: /usr/include/bits/string3.h:81:32: warning: call to ‘__warn_memset_zero_len’ declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters __warn_memset_zero_len (); ^ In function ‘void* memset(void*, int, size_t)’, inlined from ‘avxsynth::PVideoFrame avxsynth::Histogram::DrawModeColor(int, avxsynth::IScriptEnvironment*)’ at builtinfunctions/src/filters/histogram.cpp:635:54: /usr/include/bits/string3.h:81:32: warning: call to ‘__warn_memset_zero_len’ declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters __warn_memset_zero_len (); ^ In function ‘void* memset(void*, int, size_t)’, inlined from ‘avxsynth::PVideoFrame avxsynth::Histogram::DrawModeColor(int, avxsynth::IScriptEnvironment*)’ at builtinfunctions/src/filters/histogram.cpp:636:54: /usr/include/bits/string3.h:81:32: warning: call to ‘__warn_memset_zero_len’ declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters __warn_memset_zero_len (); ^ In function ‘void* memset(void*, int, size_t)’, inlined from ‘avxsynth::PVideoFrame avxsynth::Histogram::DrawModeLevels(int, avxsynth::IScriptEnvironment*)’ at builtinfunctions/src/filters/histogram.cpp:736:55: /usr/include/bits/string3.h:81:32: warning: call to ‘__warn_memset_zero_len’ declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters __warn_memset_zero_len (); ^ In function ‘void* memset(void*, int, size_t)’, inlined from ‘avxsynth::PVideoFrame avxsynth::Histogram::DrawModeLevels(int, avxsynth::IScriptEnvironment*)’ at builtinfunctions/src/filters/histogram.cpp:737:54: /usr/include/bits/string3.h:81:32: warning: call to ‘__warn_memset_zero_len’ declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters __warn_memset_zero_len (); ^ CXX builtinfunctions/src/filters/libavxbtinfncs_la-layer.lo CXX builtinfunctions/src/filters/libavxbtinfncs_la-levels.lo CXX builtinfunctions/src/filters/libavxbtinfncs_la-merge.lo CXX builtinfunctions/src/filters/libavxbtinfncs_la-misc.lo CXX builtinfunctions/src/filters/libavxbtinfncs_la-planeswap.lo CXX builtinfunctions/src/filters/libavxbtinfncs_la-resample.lo CXX builtinfunctions/src/filters/libavxbtinfncs_la-resize.lo CXX builtinfunctions/src/filters/libavxbtinfncs_la-transform.lo CXX builtinfunctions/src/filters/libavxbtinfncs_la-turnfunc.lo CXX builtinfunctions/src/filters/libavxbtinfncs_la-turn.lo CXX builtinfunctions/src/sources/libavxbtinfncs_la-source.lo CXX builtinfunctions/src/convert/libavxbtinfncs_la-convert.lo CXX builtinfunctions/src/convert/libavxbtinfncs_la-convert_rgb.lo CXX builtinfunctions/src/convert/libavxbtinfncs_la-convert_yuy2.lo CXX builtinfunctions/src/convert/libavxbtinfncs_la-convert_yv12.lo CXXLD libavxbtinfncs.la CXXLD libavxsynth.la ./.libs/libavxbtinfncs.a(libavxbtinfncs_la-histogram.o): In function `avxsynth::Histogram::DrawModeStereo(int, avxsynth::IScriptEnvironment*)': histogram.cpp:(.text+0x23a0): warning: memset used with constant zero length parameter; this could be due to transposed parameters make[1]: Leaving directory '/tmp/yaourt-tmp-user/aur-avxsynth-git/src/avxsynth/avxsynth' Making all in apps/avxframeserver make[1]: Entering directory '/tmp/yaourt-tmp-user/aur-avxsynth-git/src/avxsynth/apps/avxframeserver' CXX frameserverlib/src/libavxframeserver_la-avxSynthAppInterface.lo CXXLD libavxframeserver.la CXX frameserverapp/src/avxFrameServer-main.o CXXLD avxFrameServer make[1]: Leaving directory '/tmp/yaourt-tmp-user/aur-avxsynth-git/src/avxsynth/apps/avxframeserver' Making all in plugins/autocrop make[1]: Entering directory '/tmp/yaourt-tmp-user/aur-avxsynth-git/src/avxsynth/plugins/autocrop' CXX src/libautocrop_la-autocrop.lo CXXLD libautocrop.la make[1]: Leaving directory '/tmp/yaourt-tmp-user/aur-avxsynth-git/src/avxsynth/plugins/autocrop' Making all in plugins/avxframecapture make[1]: Entering directory '/tmp/yaourt-tmp-user/aur-avxsynth-git/src/avxsynth/plugins/avxframecapture' CXX src/libavxframecapture_la-AvxFrameCapture.lo CXX src/libavxframecapture_la-FrameCaptureProfile.lo CXX src/libavxframecapture_la-FrameRenderer.lo /usr/include/jerror.h:137:1: error: ‘JCOPYRIGHT_SHORT’ was not declared in this scope JMESSAGE(JMSG_COPYRIGHT, JCOPYRIGHT_SHORT) ^ Makefile:505: recipe for target 'src/libavxframecapture_la-FrameRenderer.lo' failed make[1]: *** [src/libavxframecapture_la-FrameRenderer.lo] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-user/aur-avxsynth-git/src/avxsynth/plugins/avxframecapture' Makefile:500: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1

sl1pkn07 commented on 2015-01-31 13:17 (UTC)

more log please