[vlc-devel] compile problem: missing "vlc_url.h"
frahm at irsamc.ups-tlse.fr
frahm at irsamc.ups-tlse.fr
Thu Mar 2 13:18:12 CET 2006
When I try to compile the latest snapshot versions (1st and 2nd mars
2006) I obtain this error:
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DSYS_LINUX -I../../include `top_builddir="../.." ../../vlc-config --cflags plugin access_http` -Wsign-compare -Wall -pipe -MT libaccess_http_plugin_a-http.o -MD -MP -MF ".deps/libaccess_http_plugin_a-http.Tpo" -c -o libaccess_http_plugin_a-http.o `test -f 'http.c' || echo './'`http.c; \
then mv -f ".deps/libaccess_http_plugin_a-http.Tpo" ".deps/libaccess_http_plugin_a-http.Po"; else rm -f ".deps/libaccess_http_plugin_a-http.Tpo"; exit 1; fi
http.c:38:21: vlc_url.h: No such file or directory
http.c:107: error: syntax error before "vlc_url_t"
http.c:107: warning: no semicolon at end of struct or union
http.c:112: error: syntax error before "proxy"
http.c:112: warning: type defaults to `int' in declaration of `proxy'
http.c:112: warning: data definition has no type or storage class
http.c:140: error: syntax error before '}' token
http.c: In function `Open':
http.c:172: error: invalid application of `sizeof' to an incomplete type
http.c:173: error: invalid application of `sizeof' to an incomplete type
http.c:173: error: invalid application of `sizeof' to an incomplete type
http.c:173: error: invalid application of `sizeof' to an incomplete type
http.c:173: error: invalid application of `sizeof' to an incomplete type
http.c:173: error: invalid application of `sizeof' to an incomplete type
http.c:173: error: invalid application of `sizeof' to an incomplete type
http.c:174: error: dereferencing pointer to incomplete type
http.c:175: error: dereferencing pointer to incomplete type
http.c:176: error: dereferencing pointer to incomplete type
http.c:177: error: dereferencing pointer to incomplete type
http.c:178: error: dereferencing pointer to incomplete type
http.c:179: error: dereferencing pointer to incomplete type
http.c:180: error: dereferencing pointer to incomplete type
http.c:181: error: dereferencing pointer to incomplete type
...
and it goes and for several hundred lines like this. It seems that the
main problem is:
http.c:38:21: vlc_url.h: No such file or directory
that "vlc_url.h" is missing. I looked at "modules/access/" and in
"include/" (and also the other folders) of the snapshot tree and I
didn't find this header file. Either it is completely missing or it
should be created during configuration/compilation by some script and
somehow this does not work in my case.
The snapshot of 26 February compiles fine.
Greetings, Klaus.
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list