[vlc] Building VLC 0.5.3 under Solaris
J. Alexander Jacocks
jjacocks at mac.com
Tue Jun 10 21:19:43 CEST 2003
I have an Ultra AX-MP running Solaris 9 04/03 with the collowing compile
environment:
from sunfreeware:
gcc 3.2.3
gmake 3.8.0
gawk 3.1.1
autoconf 2.57
automake 1.6.2
When building VLC, I used the following ./configure statement:
./configure --prefix=/usr/local --disable-nls --enable-release
--enable-dvdread --enable-dvdplay --enable-dvbpsi --enable-mad
--enable-ffmpeg --enable-flac --enable-libmpeg2 --enable-esd
--enable-arts --enable-qt --enable-kde
After executing make, the compile stops after a while with the following:
<snip>
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DSYS_SOLARIS -I./include
-D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT
-D_THREAD_SAFE -D_GNU_SOURCE -DLOCALEDIR=\"/usr/local/share/locale\"
-DDATA_PATH=\"/usr/local/share/vlc\"
-DPLUGIN_PATH=\"/usr/local/lib/vlc\" -DHAVE_RELEASE -D__VLC__ -O3
-ffast-math -funroll-loops -fomit-frame-pointer -Winline
-Wdisabled-optimization -Wsign-compare -Wall -finline-limit-30000 -pipe
-MT src/lib_libvlc_a-libvlc.o -MD -MP -MF
"src/.deps/lib_libvlc_a-libvlc.Tpo" \
-c -o src/lib_libvlc_a-libvlc.o `test -f 'src/libvlc.c' || echo
'./'`src/libvlc.c; \
then mv "src/.deps/lib_libvlc_a-libvlc.Tpo"
"src/.deps/lib_libvlc_a-libvlc.Po"; \
else rm -f "src/.deps/lib_libvlc_a-libvlc.Tpo"; exit 1; \
fi
In file included from include/vlc/vlc.h:118,
from src/libvlc.c:36:
include/vlc_common.h:691:25: vlc_symbols.h: No such file or directory
In file included from include/vlc_common.h:698,
from include/vlc/vlc.h:118,
from src/libvlc.c:36:
include/modules.h:48: field `symbols' has incomplete type
make[2]: *** [src/lib_libvlc_a-libvlc.o] Error 1
make[2]: Leaving directory `/export/home/jaj/src/vlc-0.5.3'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/jaj/src/vlc-0.5.3'
make: *** [all] Error 2
It looks like (from my reading of the output) vlc_symbols.h is not being
properly generated.
Help?
Attached is the full output from my compile.
Thanks!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: out.bz2
Type: application/octet-stream
Size: 3299 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc/attachments/20030610/68835b84/attachment.obj>
More information about the vlc
mailing list