[vlc-devel] Re: Arm crosscompiling for iPaq

Alessandro Marino a_marino at libero.it
Tue Sep 23 17:14:33 CEST 2003


On Tue, 23 Sep 2003 15:55:13 +0200
Jean-Paul Saman <saman at natlab.research.philips.com> wrote:

> Goto to the toplevel directory for compiling vlc. Then use the command:
> 
> ipkg/rules config
> 
> and if that worked successfully do a:
> 
> ipkg/rules build
> 
> If any of these steps didn't work send the build log to this list. You 
> can create the log by doing:
> 
> make distclean; ./bootstrap; ipkg/rules config build > error.log 2>&1
> 
> -- 
> Kind greetings,
> 
> Jean-Paul Saman
> VLC iPaq maintainer

Thanks a lot for your suggestions, now compilation starts.
There is yet a problem because p member of structure picture_t in mpeg2.h doesn't exist.

In file included from modules/codec/libmpeg2.c:35:
/usr/local/libmpeg2_ipaq/include/mpeg2dec/mpeg2.h:80: conflicting types for `picture_t'
include/vlc_common.h:240: previous declaration of `picture_t'
modules/codec/libmpeg2.c: In function `RunDecoder':
modules/codec/libmpeg2.c:123: `mpeg2_state_t' undeclared (first use in this function)
modules/codec/libmpeg2.c:123: (Each undeclared identifier is reported only once
modules/codec/libmpeg2.c:123: for each function it appears in.)
modules/codec/libmpeg2.c:123: parse error before "state"
modules/codec/libmpeg2.c:162: `state' undeclared (first use in this function)
modules/codec/libmpeg2.c:166: `STATE_BUFFER' undeclared (first use in this function)
modules/codec/libmpeg2.c:202: structure has no member named `p'
modules/codec/libmpeg2.c:205: structure has no member named `p'
modules/codec/libmpeg2.c:208: structure has no member named `p'
modules/codec/libmpeg2.c:301: structure has no member named `p'
modules/codec/libmpeg2.c:304: structure has no member named `p'
modules/codec/libmpeg2.c:307: structure has no member named `p'
modules/codec/libmpeg2.c:312: warning: passing arg 2 of pointer to function from incompatible pointer type
modules/codec/libmpeg2.c:313: warning: passing arg 2 of pointer to function from incompatible pointer type
modules/codec/libmpeg2.c:316: warning: passing arg 2 of pointer to function from incompatible pointer type
modules/codec/libmpeg2.c:410: warning: passing arg 2 of pointer to function from incompatible pointer type
modules/codec/libmpeg2.c:415: warning: passing arg 2 of pointer to function from incompatible pointer type
modules/codec/libmpeg2.c:420: warning: passing arg 2 of pointer to function from incompatible pointer type
modules/codec/libmpeg2.c:428: warning: passing arg 2 of pointer to function from incompatible pointer type
modules/codec/libmpeg2.c:461: structure has no member named `p'
modules/codec/libmpeg2.c:464: structure has no member named `p'
modules/codec/libmpeg2.c:467: structure has no member named `p'
modules/codec/libmpeg2.c: In function `GetNewPicture':
modules/codec/libmpeg2.c:566: warning: assignment from incompatible pointer type
modules/codec/libmpeg2.c:575: warning: passing arg 2 of pointer to function from incompatible pointer type
modules/codec/libmpeg2.c:577: structure has no member named `p'
modules/codec/libmpeg2.c:578: structure has no member named `p'
modules/codec/libmpeg2.c:579: structure has no member named `p'
make[3]: *** [modules/codec/modules_codec_liblibmpeg2_plugin_a-libmpeg2.o] Error 1
make[3]: Leaving directory `/usr/local/vlc-0.6.0'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/vlc-0.6.0'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/vlc-0.6.0'
make: *** [build] Error 2

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list