From: Stefano F. <ste...@gm...> - 2006-01-02 09:29:17
|
2006/1/2, taylor luo <tay...@ho...>: > > Hello > (1)I get the error while I build it in vc.net > //--------------------- error in vc.net > LINK : fatal error LNK1104: can't open file " > \IAXClientByTipic\ffmpeg\libavutil /D WIN32 /D _DEBUG /D _CONSOLE /D _MBC= S > /Gm /EHsc /RTC1 /MLd /Ycstdafx.h /FpDebug/vtestcall.pch /FoDebug/ > /FdDebug/vc70.pdb /W3 /c /Wp64 /ZI /TP.obj" > //--------------------- Yes, is't looking for ffmpeg and a stdafx.h file that is in a directory tha= t we have not included in this tarball. The problem here is that the project involving stdafx.h is very broken. ... But are you using the IAXClientByTipic/iaxclient_lib.sln project file, right? I think the better and faster solution to make an example program using our library is to use the UdpSendRecv/testcall_13092005.c file in a new project or new solution and try to compile it. (2)I get the errores while I build it at cygwin > //--------------------- error in cygwin > video_grab.h:19: error: conflicting types for 'iaxc_set_holding_frame' > iaxclient.h:374: error: previous declaration of 'iaxc_set_holding_frame' [...] We have never compiled our library in cygwin, but these errors are very strange: the two prototypes are identical. Anyway at the moment it's not ou= r priority to make this library compile under cygwin. We hope we will spend out time as soon as possible, but not now. P.S. I'm cc-ing in ML 'cause I think this is an interesting thread. -- Cheers, Stefano |