Closed Selur closed 8 years ago
installed Xcode, home-brew and vapoursynth, cloned the git and got the following:
Selurs-Mac-mini:apourSynth-SangNomMod selur$ ./configure CXXFLAGS/LDFLAGS checking... checking for vapoursynth headers... settings... CXX = g++ LD = g++ STRIP = strip CXXFLAGS = -O2 -ffast-math -std=c++11 -Wall -I. -I./src -msse2 -I/usr/local/Cellar/vapoursynth/33.1/include/vapoursynth -I/usr/local/Cellar/zimg/2.2.1/include LDFLAGS = -shared -Wl,-Bsymbolic -dynamiclib -Wl,-undefined,suppress -Wl,-read_only_relocs,suppress -Wl,-flat_namespace LIBS = LIBNAME = libsangnommod.dylib install path = /usr/local/lib/vapoursynth configure finished. Selurs-Mac-mini:apourSynth-SangNomMod selur$ make g++ -O2 -ffast-math -std=c++11 -Wall -I. -I./src -msse2 -I/usr/local/Cellar/vapoursynth/33.1/include/vapoursynth -I/usr/local/Cellar/zimg/2.2.1/include -c src/sangnom.cpp -o src/sangnom.o g++ -o libsangnommod.dylib -shared -Wl,-Bsymbolic -dynamiclib -Wl,-undefined,suppress -Wl,-read_only_relocs,suppress -Wl,-flat_namespace src/sangnom.o ld: unknown option: -Bsymbolic clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *\ [libsangnommod.dylib] Error 1 Selurs-Mac-mini:apourSynth-SangNomMod selur$ make -v GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program built for i386-apple-darwin11.3.0
Selurs-Mac-mini:apourSynth-SangNomMod selur$ ./configure CXXFLAGS/LDFLAGS checking... checking for vapoursynth headers...
settings... CXX = g++ LD = g++ STRIP = strip CXXFLAGS = -O2 -ffast-math -std=c++11 -Wall -I. -I./src -msse2 -I/usr/local/Cellar/vapoursynth/33.1/include/vapoursynth -I/usr/local/Cellar/zimg/2.2.1/include LDFLAGS = -shared -Wl,-Bsymbolic -dynamiclib -Wl,-undefined,suppress -Wl,-read_only_relocs,suppress -Wl,-flat_namespace LIBS = LIBNAME = libsangnommod.dylib install path = /usr/local/lib/vapoursynth configure finished. Selurs-Mac-mini:apourSynth-SangNomMod selur$ make g++ -O2 -ffast-math -std=c++11 -Wall -I. -I./src -msse2 -I/usr/local/Cellar/vapoursynth/33.1/include/vapoursynth -I/usr/local/Cellar/zimg/2.2.1/include -c src/sangnom.cpp -o src/sangnom.o g++ -o libsangnommod.dylib -shared -Wl,-Bsymbolic -dynamiclib -Wl,-undefined,suppress -Wl,-read_only_relocs,suppress -Wl,-flat_namespace src/sangnom.o ld: unknown option: -Bsymbolic clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *\ [libsangnommod.dylib] Error 1 Selurs-Mac-mini:apourSynth-SangNomMod selur$ make -v GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This program built for i386-apple-darwin11.3.0
I'm on Mac OS X 10.11.6 which is 64bit, so why is i386 selected as target? How to get the filter to compile?
Please use the other one which should work better.
installed Xcode, home-brew and vapoursynth, cloned the git and got the following:
I'm on Mac OS X 10.11.6 which is 64bit, so why is i386 selected as target? How to get the filter to compile?