Error compiling the VLC mozilla plugin on OSX

macOS specific usage questions
Yansky
Blank Cone
Blank Cone
Posts: 11
Joined: 24 Aug 2010 02:32

Error compiling the VLC mozilla plugin on OSX

Postby Yansky » 12 Jun 2011 11:39

Hi, I'm trying to get the VLC mozilla plugin to work in Firefox 4 on OSX 10.6.

I found that If I ran Firefox 4 in 32bit mode the 1.0.5 plugin loads and seems to work fairly well. So I figured I'd try to compile the plugin as a 64bit plugin. I successfully compiled the 1.1.10 vlc source as 64bit, but I'm running into some problems when compiling the mozilla plugin source.

When I ran the autogen.sh, I got the same errors as this user: viewtopic.php?p=231038#p231038
Adding his m4_pattern_allow's to the configure.ac file seemed to fix the issue.

Now the problem seems to be with the configure. When I run "./configure"

Code: Select all

./configure --build=x86_64-apple-darwin10 --host=x86_64-apple-darwin10


I get the following error message:
./configure: line 16763: syntax error near unexpected token `LIBVLC,'
./configure: line 16763: `PKG_CHECK_MODULES(LIBVLC, libvlc >= 1.1.0)'
Line 1673 of the configure file is this:

Code: Select all

PKG_CHECK_MODULES(LIBVLC, libvlc >= 1.1.0)
I have no idea what this error means or why it is being generated. I tried commenting out that line just to see what would happen, but it generated the same type of error, but this time on line 16863 of the configure file, which is this bit of code:

Code: Select all

PKG_CHECK_MODULES(XPM, xpm xt,, AC_MSG_ERROR([Please install the libXpm and libXt development files.]) )

Here is the full output from my Terminal:

Code: Select all

Yanskys-MacBook-Pro:npapi-vlc yansky$ ./configure --build=x86_64-apple-darwin10 --host=x86_64-apple-darwin10 + ./configure --build=x86_64-apple-darwin10 --host=x86_64-apple-darwin10 checking build system type... x86_64-apple-darwin10 checking host system type... x86_64-apple-darwin10 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... autotools/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking how to create a ustar tar archive... gnutar checking for style of include used by make... GNU checking for x86_64-apple-darwin10-gcc... /Developer/usr/bin/llvm-gcc-4.2 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 /Developer/usr/bin/llvm-gcc-4.2 accepts -g... yes checking for /Developer/usr/bin/llvm-gcc-4.2 option to accept ISO C89... none needed checking dependency style of /Developer/usr/bin/llvm-gcc-4.2... gcc3 checking for /Developer/usr/bin/llvm-gcc-4.2 option to accept ISO C99... -std=gnu99 checking how to run the C preprocessor... /Developer/usr/bin/llvm-gcc-4.2 -std=gnu99 -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether we are using the GNU C++ compiler... yes checking whether /Developer/usr/bin/llvm-g++-4.2 accepts -g... yes checking dependency style of /Developer/usr/bin/llvm-g++-4.2... gcc3 checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /Developer/usr/bin/llvm-gcc-4.2 -std=gnu99... /Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin10/4.2.1/ld checking if the linker (/Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-apple-darwin10 file names to x86_64-apple-darwin10 format... func_convert_file_noop checking how to convert x86_64-apple-darwin10 file names to toolchain format... func_convert_file_noop checking for /Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r checking for x86_64-apple-darwin10-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-apple-darwin10-dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for x86_64-apple-darwin10-ar... no checking for ar... ar checking for archiver @FILE support... no checking for x86_64-apple-darwin10-strip... no checking for strip... strip checking for x86_64-apple-darwin10-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm output from /Developer/usr/bin/llvm-gcc-4.2 -std=gnu99 object... ok checking for sysroot... no checking for x86_64-apple-darwin10-mt... no checking for mt... no checking if : is a manifest tool... no checking for x86_64-apple-darwin10-dsymutil... no checking for dsymutil... dsymutil checking for x86_64-apple-darwin10-nmedit... no checking for nmedit... nmedit checking for x86_64-apple-darwin10-lipo... no checking for lipo... lipo checking for x86_64-apple-darwin10-otool... no checking for otool... otool checking for x86_64-apple-darwin10-otool64... no checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /Developer/usr/bin/llvm-gcc-4.2 -std=gnu99 supports -fno-rtti -fno-exceptions... no checking for /Developer/usr/bin/llvm-gcc-4.2 -std=gnu99 option to produce PIC... -fno-common -DPIC checking if /Developer/usr/bin/llvm-gcc-4.2 -std=gnu99 PIC flag -fno-common -DPIC works... yes checking if /Developer/usr/bin/llvm-gcc-4.2 -std=gnu99 static flag -static works... no checking if /Developer/usr/bin/llvm-gcc-4.2 -std=gnu99 supports -c -o file.o... yes checking if /Developer/usr/bin/llvm-gcc-4.2 -std=gnu99 supports -c -o file.o... (cached) yes checking whether the /Developer/usr/bin/llvm-gcc-4.2 -std=gnu99 linker (/Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin10 dyld checking how to hardcode library paths into programs... immediate checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes 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... /Developer/usr/bin/llvm-g++-4.2 -E checking for ld used by /Developer/usr/bin/llvm-g++-4.2... /Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin10/4.2.1/ld checking if the linker (/Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no checking whether the /Developer/usr/bin/llvm-g++-4.2 linker (/Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes checking for /Developer/usr/bin/llvm-g++-4.2 option to produce PIC... -fno-common -DPIC checking if /Developer/usr/bin/llvm-g++-4.2 PIC flag -fno-common -DPIC works... yes checking if /Developer/usr/bin/llvm-g++-4.2 static flag -static works... no checking if /Developer/usr/bin/llvm-g++-4.2 supports -c -o file.o... yes checking if /Developer/usr/bin/llvm-g++-4.2 supports -c -o file.o... (cached) yes checking whether the /Developer/usr/bin/llvm-g++-4.2 linker (/Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin10 dyld checking how to hardcode library paths into programs... immediate ./configure: line 15733: PKG_PROG_PKG_CONFIG: command not found checking for x86_64-apple-darwin10-dlltool... (cached) dlltool checking for an ANSI C-conforming const... yes checking for buggy GNU/libc versions... not present checking for X... libraries /usr/X11/lib, headers checking whether -R must be followed by a space... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes ./configure: line 16763: syntax error near unexpected token `LIBVLC,' ./configure: line 16763: `PKG_CHECK_MODULES(LIBVLC, libvlc >= 1.1.0)'
Here are the version numbers for my installed make tools:
autoconf - 2.68
automake - 1.11
libtool - 2.4
m4 - 1.4.16

Return to “VLC media player for macOS Troubleshooting”

Who is online

Users browsing this forum: No registered users and 23 guests