Log in

View Full Version : How manny Warnings/Errors do you get when compiling?


Bishamon
19th February 2004, 10:47
I compiled my first XviD a few weeks ago (RC1) and again just now (RC2), using MSVC6.

I get 18 warnings with libxvidcore, mostly about "unsigned ==" etc. and an unknown option (/Qipo).

Anyone out there who can offer me some help?

I have posted the libxvidcore compiler-log here:
http://217.8.139.8/libxvidcore.plg

Nic
19th February 2004, 11:00
Don't worry about the warnings...unless you really feel like going around adding (signed) etc to those variables to remove the signed/unsigned mismatchs

Also /Qipo is a switch for the Intel Compiler, if you dont have it, don't worry about it as VC6 will just ignore it.

-Nic

jimmy basushi
19th February 2004, 13:16
hi guys, i was just curious, is there any atucal benefit for say a simple athlon xp user compiling his/her own copy? xvid is already compiled with the optimisations right? so why would you do it yourself (unless you have special needs like os/processor).

mf
19th February 2004, 13:27
*cough* none
XviD just works with VC7.