3.0.18-rc: libgme_plugin.dylib is not part of the build anymore
Release artefact diffing shows that libgme_plugin.dylib is not part of the 3.0.18-rc release build anymore.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Link issues together to show that they're related.
Learn more.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- David assigned to @dfuhrmann
assigned to @dfuhrmann
- David changed title from 3.0.18-rc libgme_plugin.dylib is not part of the build anymore to 3.0.18-rc: libgme_plugin.dylib is not part of the build anymore
changed title from 3.0.18-rc libgme_plugin.dylib is not part of the build anymore to 3.0.18-rc: libgme_plugin.dylib is not part of the build anymore
- Author Maintainer
gme check fails on 10.13 build due to 2 reasons:
- configure.ac does not link against zlib in its configure test
- libgme is build with libc++, but we test against libstdc++
configure:37393: checking for gme_identify_extension in -lgme configure:37418: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX .platform/Developer/SDKs/MacOSX.sdk -mmacosx-version-min=10.7 -o conftest -g -arch x86_64 -Werror=unknown-warning-option -Werror=invalid-command-line-argument -fno-stack-check -D _INTL_REDIRECT_MACROS -std=gnu11 -arch x86_64 -I/Users/d-fu/vlc-3.0/contrib/x86_64-apple-darwin17/include -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register- var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -pipe -fvisibility=hidden -O3 -fno-math-e rrno -funsafe-math-optimizations -funroll-loops -fomit-frame-pointer -fstack-protector-strong -arch x86_64 -I/Users/d-fu/vlc-3.0/contrib/x86_64-apple-darwin17/include -arch x86_6 4 -Wl,-headerpad_max_install_names -arch x86_64 -L/Users/d-fu/vlc-3.0/contrib/x86_64-apple-darwin17/lib conftest.c -lgme -lstdc++ -lm >&5 clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 [-Wdeprecated] Undefined symbols for architecture x86_64: "std::__1::__vector_base_common<true>::__throw_length_error() const", referenced from: Effects_Buffer::Effects_Buffer(int, bool) in libgme.a(Effects_Buffer.cpp.o) std::__1::vector<Blip_Buffer, std::__1::allocator<Blip_Buffer> >::vector(unsigned long) in libgme.a(Effects_Buffer.cpp.o) std::__1::vector<std::__1::vector<short, std::__1::allocator<short> >, std::__1::allocator<std::__1::vector<short, std::__1::allocator<short> > > >::vector(unsigned long, st d::__1::vector<short, std::__1::allocator<short> > const&) in libgme.a(Effects_Buffer.cpp.o) std::__1::vector<short, std::__1::allocator<short> >::__append(unsigned long) in libgme.a(Effects_Buffer.cpp.o) "std::logic_error::logic_error(char const*)", referenced from: std::__1::vector<short, std::__1::allocator<short> >::__append(unsigned long) in libgme.a(Effects_Buffer.cpp.o) "_gzclose", referenced from: Std_File_Reader::~Std_File_Reader() in libgme.a(Data_Reader.cpp.o) Std_File_Reader::close() in libgme.a(Data_Reader.cpp.o) Std_File_Reader::~Std_File_Reader() in libgme.a(Data_Reader.cpp.o) Std_File_Reader::~Std_File_Reader() in libgme.a(Data_Reader.cpp.o) "_gzeof", referenced from: Std_File_Reader::read(void*, long) in libgme.a(Data_Reader.cpp.o) "_gzopen", referenced from: Std_File_Reader::open(char const*) in libgme.a(Data_Reader.cpp.o) "_gzread", referenced from: Std_File_Reader::read_avail(void*, long) in libgme.a(Data_Reader.cpp.o) Std_File_Reader::read(void*, long) in libgme.a(Data_Reader.cpp.o) "_gzseek", referenced from: Std_File_Reader::seek(long) in libgme.a(Data_Reader.cpp.o) "_gztell", referenced from: Std_File_Reader::tell() const in libgme.a(Data_Reader.cpp.o) "_inflate", referenced from: Mem_File_Reader::gz_decompress() in libgme.a(Data_Reader.cpp.o) "_inflateEnd", referenced from: Mem_File_Reader::gz_decompress() in libgme.a(Data_Reader.cpp.o) "_inflateInit2_", referenced from: Mem_File_Reader::gz_decompress() in libgme.a(Data_Reader.cpp.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:37418: $? = 1
- David mentioned in merge request !2435 (merged)
mentioned in merge request !2435 (merged)
- David mentioned in merge request !2439 (merged)
mentioned in merge request !2439 (merged)
- Jean-Baptiste Kempf added Component::Build system Status::fixed labels
added Component::Build system Status::fixed labels
Please register or sign in to reply