vlc-trunk fails to build
Posted: 14 Dec 2007 09:36
I'm running OS/x10.4.11 with Xcode 2.5.
For some development we are doing, I really want to track the progress of 0.9.0, so I downloaded sources from the svn trunk, made the contribs, bootstrapped and configured ($ ./configure --with-macosx-sdk) successfully. The make fails with:
Does anyone have any suggestions as to how to repair the problem.
For some development we are doing, I really want to track the progress of 0.9.0, so I downloaded sources from the svn trunk, made the contribs, bootstrapped and configured ($ ./configure --with-macosx-sdk) successfully. The make fails with:
Code: Select all
Making all in macosx
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I/Users/qm/vlc/vlc-trunk/./extras/contrib/include -DSYS_DARWIN -I../../../include -I../../../include `top_builddir="../../.." ../../../vlc-config --objcflags plugin macosx` -I/Users/qm/vlc/vlc-trunk/./extras/contrib/include -D_INTL_REDIRECT_MACROS -std=gnu99 -MT libmacosx_plugin_la-playlist.lo -MD -MP -MF ".deps/libmacosx_plugin_la-playlist.Tpo" -c -o libmacosx_plugin_la-playlist.lo `test -f 'playlist.m' || echo './'`playlist.m; \
then mv -f ".deps/libmacosx_plugin_la-playlist.Tpo" ".deps/libmacosx_plugin_la-playlist.Plo"; else rm -f ".deps/libmacosx_plugin_la-playlist.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I/Users/qm/vlc/vlc-trunk/./extras/contrib/include -DSYS_DARWIN -I../../../include -I../../../include -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -DLOCALEDIR=\"/usr/local/share/locale\" -DDATA_PATH=\"/usr/local/share/vlc\" -DPLUGIN_PATH=\"/usr/local/lib/vlc\" -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=macosx -DMODULE_NAME_IS_macosx -O2 -ffast-math -funroll-loops -mtune=G4 -fomit-frame-pointer -fobjc-exceptions -I/Users/qm/vlc/vlc-trunk/./extras/contrib/include -D_INTL_REDIRECT_MACROS -std=gnu99 -MT libmacosx_plugin_la-playlist.lo -MD -MP -MF .deps/libmacosx_plugin_la-playlist.Tpo -c playlist.m -fno-common -DPIC -o .libs/libmacosx_plugin_la-playlist.o
playlist.m: In function '-[VLCPlaylist awakeFromNib]':
playlist.m:403: error: dereferencing pointer to incomplete type
playlist.m:407: error: dereferencing pointer to incomplete type
playlist.m:410: error: dereferencing pointer to incomplete type
playlist.m:410: error: dereferencing pointer to incomplete type
playlist.m:416: error: dereferencing pointer to incomplete type
playlist.m:416: error: dereferencing pointer to incomplete type
playlist.m:417: error: dereferencing pointer to incomplete type
playlist.m:417: error: dereferencing pointer to incomplete type
playlist.m:428: error: dereferencing pointer to incomplete type
playlist.m:428: error: dereferencing pointer to incomplete type
playlist.m:429: error: dereferencing pointer to incomplete type
playlist.m:429: error: dereferencing pointer to incomplete type
make[6]: *** [libmacosx_plugin_la-playlist.lo] Error 1
make[5]: *** [all-modules] Error 1