Thanks for advice. Extras compile now without any tweaking to the makefile.ehm, that should work. Let me reproduce. you clone the repository, go to extras/contrib, type "./bootstrap x86_64-apple-darwin10" and "make", go back to the top directory, type "./bootstrap && ./configure && make" and it fails, right?
BTW. it may make sense right now to perform a "git pull --rebase" and afterwards a "make clean" in extras/contrib as I just updated the packages. However, this shouldn't be related to your problem.
Code: Select all
Making all in projects/mozilla
CXX npvlc_la-vlcshell.lo
vlcshell.cpp:214:2: warning: #warning disabled code
vlcshell.cpp:410:2: warning: #warning disabled code
vlcshell.cpp: In function ‘int16 NPP_HandleEvent(NPP_t*, void*)’:
vlcshell.cpp:179: error: ‘GetDblTime’ was not declared in this scope
vlcshell.cpp:222: error: ‘ForeColor’ was not declared in this scope
vlcshell.cpp:223: error: ‘PenMode’ was not declared in this scope
vlcshell.cpp:228: error: ‘SetOrigin’ was not declared in this scope
vlcshell.cpp:235: error: ‘PaintRect’ was not declared in this scope
vlcshell.cpp:238: error: ‘MoveTo’ was not declared in this scope
vlcshell.cpp:240: error: ‘DrawText’ was not declared in this scope
vlcshell.cpp: In function ‘NPError NPP_SetWindow(NPP_t*, NPWindow*)’:
vlcshell.cpp:387: warning: unused variable ‘drawable’
vlcshell.cpp:370: warning: unused variable ‘p_vlc’
make[2]: *** [npvlc_la-vlcshell.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
A newer pull solves this problem... see above.I can now successfully compile, thanks! However, the resultant vlc.app [Version 1.1.0-git The Luggage (Intel 64bit)] crashes upon attempting to open any video. I tested multiple formats (e.g., mp4, avi, wmv).
Return to “VLC media player for macOS Troubleshooting”
Users browsing this forum: No registered users and 5 guests