[x264-devel] Re: Error in testing libx264.a

Tomas Carnecky tom at dbservice.com
Thu Nov 30 09:12:27 CET 2006


Michigaki wrote:
 > we are sort of sure that main.cpp sees the library since the
> helloWorld() function we added came up through the auto-complete
> feature. I think that we are doing a misdeclaration or something. we

main.cpp:11: error: `helloWorld' undeclared (first use this function)

means that the compiler doesn't know what `helloWorld' is - is it a
function, a variable, a class, a stucture, a type?

As Pedro suggested, why don't you include the x264 header where your
function is declared?

tom

-- 
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