12034981309423883238271
2003-03-15 19:35:36 UTC
windows 2000
libdvdcss-1.2.6
using cygwin with gcc -mno-cygwin
here's what i've done:
./bootstrap
CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" ./configure
make
and i get the following error:
gcc -mno-cygwin -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE64_SOURCE -
D_FILE_OFFS
ET_BITS=64 -DDVDCSS_DIST -Wsign-compare -Wall -g -O2 -MT libdvdcss.lo -MD
-MP -M
F .deps/libdvdcss.Tpo -c libdvdcss.c -DPIC -o .libs/libdvdcss.o
In file included from libdvdcss.c:123:
common.h:49:1: warning: "PATH_MAX" redefined
In file included from /usr/lib/gcc-lib/i686-pc-cygwin/3.2/include/limits.h:132,
from /usr/lib/gcc-lib/i686-pc-cygwin/3.2/include/syslimits.h:7,
from /usr/lib/gcc-lib/i686-pc-cygwin/3.2/include/limits.h:11,
from /usr/include/mingw/sys/param.h:29,
from libdvdcss.c:104:
/usr/include/mingw/limits.h:44:1: warning: this is the location of the previous
definition
In file included from libdvdcss.c:127:
device.h:33:80: sys/uio.h: No such file or directory
libdvdcss.c: In function `dvdcss_open':
libdvdcss.c:390: too many arguments to function `mkdir'
libdvdcss.c:403: too many arguments to function `mkdir'
libdvdcss.c: In function `dvdcss_readv':
libdvdcss.c:601: dereferencing pointer to incomplete type
libdvdcss.c:602: dereferencing pointer to incomplete type
libdvdcss.c:615: increment of pointer to unknown structure
libdvdcss.c:615: arithmetic on pointer to an incomplete type
libdvdcss.c:616: dereferencing pointer to incomplete type
libdvdcss.c:617: dereferencing pointer to incomplete type
make[3]: *** [libdvdcss.lo] Error 1
make[3]: Leaving directory `/home/jon/dev/libdvdcss-1.2.6/src'
i have successfully built other libs (mad-0.14.2b) from cygwin, but
i am having troubles building videolan/vlc libs.
any suggestions?
thanks,
jon
libdvdcss-1.2.6
using cygwin with gcc -mno-cygwin
here's what i've done:
./bootstrap
CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" ./configure
make
and i get the following error:
gcc -mno-cygwin -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE64_SOURCE -
D_FILE_OFFS
ET_BITS=64 -DDVDCSS_DIST -Wsign-compare -Wall -g -O2 -MT libdvdcss.lo -MD
-MP -M
F .deps/libdvdcss.Tpo -c libdvdcss.c -DPIC -o .libs/libdvdcss.o
In file included from libdvdcss.c:123:
common.h:49:1: warning: "PATH_MAX" redefined
In file included from /usr/lib/gcc-lib/i686-pc-cygwin/3.2/include/limits.h:132,
from /usr/lib/gcc-lib/i686-pc-cygwin/3.2/include/syslimits.h:7,
from /usr/lib/gcc-lib/i686-pc-cygwin/3.2/include/limits.h:11,
from /usr/include/mingw/sys/param.h:29,
from libdvdcss.c:104:
/usr/include/mingw/limits.h:44:1: warning: this is the location of the previous
definition
In file included from libdvdcss.c:127:
device.h:33:80: sys/uio.h: No such file or directory
libdvdcss.c: In function `dvdcss_open':
libdvdcss.c:390: too many arguments to function `mkdir'
libdvdcss.c:403: too many arguments to function `mkdir'
libdvdcss.c: In function `dvdcss_readv':
libdvdcss.c:601: dereferencing pointer to incomplete type
libdvdcss.c:602: dereferencing pointer to incomplete type
libdvdcss.c:615: increment of pointer to unknown structure
libdvdcss.c:615: arithmetic on pointer to an incomplete type
libdvdcss.c:616: dereferencing pointer to incomplete type
libdvdcss.c:617: dereferencing pointer to incomplete type
make[3]: *** [libdvdcss.lo] Error 1
make[3]: Leaving directory `/home/jon/dev/libdvdcss-1.2.6/src'
i have successfully built other libs (mad-0.14.2b) from cygwin, but
i am having troubles building videolan/vlc libs.
any suggestions?
thanks,
jon
--
This is the libdvdcss-devel mailing-list, see http://developers.videolan.org/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <***@videolan.org>
This is the libdvdcss-devel mailing-list, see http://developers.videolan.org/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <***@videolan.org>