msys都弄好了,gcc-4.1.1也用它编译完成了。没有什么问题。 但是我现在想重新编译一下mingw-runtime,w32api等,但都会出错。 难道gcc4编译不了mingw?
编译mplayer0.90rc5,./configure --enable-gui过程提示: Error: X11 support required for GUI compilation 问还需要安装什么软件,已安装了XFree86.
发现可以在 mingw 下编译 win 的驱动,例如: http://libusb-win32.sourceforge.net/ 我经常用 mingw 主要是为了移植方便,虽然现在给用户的主要是 win32 下的程序,不过我通常会做个 Linux 下的移植试验。今天发现可以在 mingw 下编译 win 的驱动,当然驱动是不能源码移植的。:)
我把Linux下的relove库移植到Windows下, 用的是Windows上的mingw编译器,编译都过去了,就是在最后link时出错了,搞得我这两天绞尽脑汁也解决不了问题,真是郁闷啊。各位兄弟看看,还请不吝赐教啊!!! 执行"make release"时出错信息如下: fu000001.o(.idata$3+0xc): undefined reference to ''libmsvcrt_a_iname' fu000002.o(.idata$3+0xc): undefined reference to ''libmsvcrt_a_iname' fu000003.o(.idata$3+0xc): un...
前两天有位兄弟说mplayer编译错误。本来以为是他自己操作的问题,现在发现貌似不是。 最新的rc1在bsd上编译的确有问题,不知道是库的问题还是其他什么因素。pre8以前的没有问题,可以正常编译。 最新的基于xine的播放器(totem-xine,xine和kaffeine)用安装包安装不能播放rmvb貌似是人为因素(版权?)。mplayer编译以后仍旧能播放rmvb。drvc.so能不能加载要看版本。不过即使弹出“不能加载”也一样能显示图像。
./configure 的最后输出如下: Config files successfully generated by ./configure ! Install prefix: /usr/local Data directory: /usr/local/share/mplayer Config direct.: /usr/local/etc/mplayer Byte order: little-endian Optimizing for: c3-2 mmx mmxext sse mtrr Languages: Messages/GUI: en Manual pages: en Enabled optional drivers: Input: ftp network tv-v4l2 tv-v4l tv cdda ...
arm-linux-gcc是2.95.3,mplayer源码是1.0pre8. 错误代码如下:网上一直找不到相关的错误,请大家指点! h264.c: In function `pred_direct_motion': h264.c:1507: warning: initialization from incompatible pointer type arm-linux-gcc -I../libvo -I../../libvo -O4 -pipe -ffast-math -fomit-frame-pointer -DHAVE_AV_CONFIG_H -I.. -I/root/download/mplayer-1.0pre8/libavutil -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE...