[vlc-devel] [PATCH] kate decoder: track and use basic formatting
Derk-Jan Hartman
hartman at videolan.org
Tue Jul 29 16:00:10 CEST 2008
On 28 jul 2008, at 16:40, ogg.k.ogg.k at googlemail.com wrote:
> Oh, if you're running OSX, I'd be interested to know if it builds, and
> a list of warnings, in case something might show up!
src/kate.c: In function 'kate_ascii_strncasecmp':
src/kate.c:103: warning: internal and protected visibility attributes
not supported in this configuration; ignored
That warning is all over the place.
and
CC obj/static/kate_high.o
AR lib/libkate.a
strip: unrecognized option: --strip-unneeded
Usage: strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-
o output] file [...]
CC obj/shared/kate_high.o
LD lib/libkate.0.1.6.so
ld: unknown option: -soname
collect2: ld returned 1 exit status
For darwin the lib extension is .dylib and the linker command is -dylib
I did not even try building it in contrib really. with all our custom
CFLAGS, PREFIX and linker commands.
Ergo some work is required in that area :D
DJ
More information about the vlc-devel
mailing list