[x264-devel] Re: X264 Compile error in Visual C 6

Peter Booth peter at ionwerks.net
Tue Mar 22 22:20:27 CET 2005


I compile x264 with Visual C++ 6.

You need to install the VC Processor Pack
http://msdn.microsoft.com/vstudio/downloads/tools/ppack/download.asp.

I also found it got upset by the shared filenames between the /common &
/encoder folders when it tried to create its object files, to get around
this I compile the /encoder & /common code seperately and include the
resulting libraries in the project.

Hope this helps.

----- Original Message -----
From: "sam" <sam_x264 at yahoo.com.hk>
To: <x264-devel at videolan.org>
Sent: Tuesday, March 22, 2005 4:50 PM
Subject: [x264-devel] X264 Compile error in Visual C 6


Hi,

I tried a fixed .dsw from Michael Wojciechowski. The error is fewer now.
But, still can't compile.

The error message is:

Generating Code...
fatal error C1600: unsupported data type
C:\trunk\encoder\macroblock.c(207) : fatal error C1600: unsupported data
type
Error executing cl.exe.
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file '.\Debug\dct-c.sbr': No such file
or directory
Error executing bscmake.exe.

Could anyone help me?

I also want to know whether someone can really compile the x264 project in
visual C.

Thanks,

Sam


-- 
This is the x264-devel mailing-list
To unsubscribe, go to: http://developers.videolan.org/lists.html



More information about the x264-devel mailing list